This commit is contained in:
Dmitry Belyaev 2022-10-04 00:06:08 +03:00
parent eb6349b51b
commit b3fcc66b1b
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 529 additions and 389 deletions

913
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,13 @@
name = "qchgk_web"
version = "0.1.0"
authors = ["Dmitry <b4tm4n@mail.ru>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand="0.7"
rand="0.8"
serde="1.0"
serde_derive="1.0"
serde_json="1.0"
@ -28,3 +28,4 @@ features = ["serve", "tera_templates"]
opt-level = 3
debug = false
lto = true
strip = true