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

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
webhook = "2.1.2"