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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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