qchgk_web/Cargo.toml
Dmitry da962a9f7a
All checks were successful
continuous-integration/drone/push Build is passing
v0.2.0
2023-08-18 11:14:36 +03:00

25 lines
622 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"
[profile.release]
opt-level = 3
debug = false
lto = true
strip = true