niwl/niwl-server/Cargo.toml

14 lines
378 B
TOML
Raw Normal View History

2021-02-11 03:37:16 +00:00
[package]
name = "niwl-server"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-05-18 04:58:52 +00:00
niwl = {path="../niwl"}
fuzzytags = "0.4.2"
2021-02-11 03:37:16 +00:00
rocket = "0.4.6"
rocket_contrib = {version="0.4.6", features=["sqlite_pool"]}
2021-05-18 04:58:52 +00:00
serde_json = "1.0.61"