qchgk_web/Cargo.toml

26 lines
644 B
TOML

[package]
name = "qchgk_web"
version = "0.2.0"
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"
lazy_static = "1.4.0"
[profile.release]
opt-level = 3
debug = false
lto = true
strip = true