aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6ca5554368af3dc4e36f2776596b281479fe9130 (plain)
1
2
3
4
5
6
7
8
[package]
name = "trickle"
version = "0.1.0"
authors = ["NerdyPepper <[email protected]>"]

[dependencies]
reqwest = { git = "https://github.com/seanmonstar/reqwest" }
serde_json = { git = "https://github.com/serde-rs/json" }