clippable/clippable-server/Cargo.toml
shockrah ae3dd475c1 + Json now a required part for web server
This is primarily for JSON based HTTP payloads which should make things
easier to deal with in the browser later
2021-09-27 15:50:31 -07:00

16 lines
353 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", "json"]