traque/Cargo.toml

15 lines
301 B
TOML
Raw Normal View History

2024-05-15 17:36:44 +02:00
[package]
name = "traque"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2024-05-16 22:24:47 +02:00
[dependencies.rocket]
version = "0.5.0"
features = ["json"]
[dependencies.rocket_dyn_templates]
version = "0.1.0"
features = ["handlebars"]