summaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: b8091cd023c94fe21366464588c79846770d306f (plain) (tree)
1
2
3
4
5
6
7
8
9

                
                 




                                                                                                
                                                             


                                                  
                 
                                                         

                       
[package]
name = "modlist"
version = "0.5.1"
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"
rusqlite = { version = "0.28.0", features = ["bundled"] }
futures-util = "0.3.14"
chrono = "0.4.22"