summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d5c39d2eb74912c4fdd1535e0d15e247102da35c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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", "stream"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
config = "0.13.2"
sqlite = "0.28.0"
futures-util = "0.3.14"
chrono = "0.4.22"