clippable/api/Cargo.toml
shockrah 31d9794d7f + Lazy static because we need to start caching
and avoid insane heap allocations
2021-10-22 23:11:24 -07:00

18 lines
414 B
TOML

[package]
name = "clippable-server"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0-rc.1", features = [ "json" ] }
tokio = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
lazy_static = "1.4.0"
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.1"
features = ["tera"]