clippable/api/Cargo.toml
shockrah 8ce7c038f9 * Moving frontend to api along
THere's also some deps in there but i cb fucked to doc that
2021-10-10 13:21:34 -07:00

21 lines
475 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 = "0.5.0-rc.1"
tokio = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
base64 = "0.13.0"
[dependencies.rocket_contrib]
version = "0.4.10"
default-features = false
features = ["serve", "json"]
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.1"
features = ["tera"]