📝 doc: It's almost ready!

This commit is contained in:
Dominic Harris 2022-03-23 20:42:36 -04:00
parent bc59fc6359
commit f43f5ffadf
No known key found for this signature in database
GPG Key ID: 93CCF85F3E2A4F65
3 changed files with 3 additions and 3 deletions

2
backend/Cargo.lock generated
View File

@ -268,7 +268,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backend"
version = "0.7.1"
version = "1.0.0"
dependencies = [
"actix-cors",
"actix-governor",

View File

@ -1,6 +1,6 @@
[package]
name = "backend"
version = "0.7.1"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,7 @@
{
"name": "zer0bin",
"source": "index.pug",
"version": "0.7.1",
"version": "1.0.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"license": "MIT",
"scripts": {