summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0f375dfcb5311202081c015b183d645f5f5d87a7 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "cstracker"
version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"