qchgk_web/Cargo.toml
Dmitry 971c79a111
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
use async db
2023-08-18 10:50:56 +03:00

25 lines
622 B
TOML

[package]
name = "qchgk_web"
version = "0.1.1"
authors = ["Dmitry <b4tm4n@mail.ru>"]
edition = "2021"
license = "MIT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand="0.8"
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
rocket_dyn_templates = { version = "=0.1.0-rc.3", features = ["tera"] }
chgk_ledb_lib = {git = "https://gitea.b4tman.ru/b4tman/chgk_ledb.git", rev="699478f85e", package="chgk_ledb_lib", features=["async"]}
mini-moka = "0.10.0"
[profile.release]
opt-level = 3
debug = false
lto = true
strip = true