aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a203a6f51f801cb5a7bbcba33f6541308c7d086f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "gradecoin"
version = "0.1.0"
authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
warp = "0.2.0"
tokio = { version = "0.2.9", features = ["macros"] }
serde = { version = "1.0.104", features = ["derive"] }
chrono = { version = "0.4.10", features = ["serde"] }
log = "0.4.8"
pretty_env_logger = "0.3.1"
parking_lot = "0.10.0"

[dev-dependencies]
serde_json = "1.0.44"
serde_test = "1.0.104"