aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 3387fb195ae1e4bd9c1d7358b049ec709c49284c (plain)
1
2
3
4
5
6
7
8
[package]
name = "reflectub"
version = "0.0.1"
edition = "2018"

[dependencies]
reqwest = { version = "0.11.3", features = ["blocking", "json"] }
serde = { version = "1.0.126", features = ["derive"] }