aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2ae2b25566d0fe398f2dad99b45b3ae6f844222f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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"
serde_json = "1.0.59"
lazy_static = "1.4.0"

[dev-dependencies]
serde_test = "1.0.117"