aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 182ccdf768d032c433cfced6ea6df6201ada0667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "reflectub"
version = "0.0.1"
edition = "2018"

[dependencies]
git2 = "0.13.20"
reqwest = { version = "0.11.3", features = ["blocking", "json"] }
serde = { version = "1.0.126", features = ["derive"] }
tokio = { version = "1.6.1", features = ["macros", "rt"] }

[dependencies.sqlx]
version = "0.5.5"
features = ["chrono", "runtime-tokio-rustls", "sqlite"]