clippable/clippable-server/Cargo.toml

16 lines
345 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.4"
dblib = { version = "0.1.0", path = "../dblib" }
[dependencies.rocket_contrib]
version = "0.4.10"
default-features = false
features = ["serve"]