sfrs/Cargo.toml
Peter Cai 4be4de241f
try to implement items/sync
* we need to figure out a way to test this API
2020-02-21 14:40:41 +08:00

18 lines
501 B
TOML

[package]
name = "sfrs"
version = "0.1.0"
authors = ["Peter Cai <peter@typeblog.net>"]
edition = "2018"
[dependencies]
rocket = "0.4.2"
rocket_contrib = { version = "0.4.2", features = ["diesel_sqlite_pool"] }
jwt = "0.4.0"
diesel = { version = "1.4.3", features = ["sqlite", "chrono"] }
diesel_migrations = "1.4.0"
dotenv = "0.9.0"
lazy_static = "1.4.0"
serde = { version = "1.0.104", features = ["derive"] }
scrypt = "0.2.0"
rust-crypto = "0.2.36"
chrono = { version = "0.4", features = ["serde"] }