aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 827aba2dd3deafa5b0710d3888b053296c1f6c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "reflectub"
version = "0.0.1"
edition = "2018"

[dependencies]
anyhow = "1.0.40"
chrono = "0.4.19"
exitcode = "1.1.2"
filetime = "0.2.14"
getopts = "0.2.21"
git2 = "0.13.20"
reqwest = { version = "0.11.3", features = ["json"] }
serde = { version = "1.0.126", features = ["derive"] }
thiserror = "1.0.25"
tokio = { version = "1.6.1", features = ["macros", "rt"] }

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