-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (28 loc) · 874 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "papierkram"
version = "0.1.58"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.deb]
maintainer = "RincewindWizzard <[email protected]>"
copyright = "2023, 2023 <[email protected]>"
depends = "ca-certificates, $auto"
[dependencies]
clap = { version = "4.2.1", features = ["derive"] }
confy = "0.5.1"
directories = "5.0.0"
log = "0.4.17"
serde = "^1.0.159"
serde_derive = "^1.0.159"
serde_json = "^1.0.95"
stderrlog = "^0.5.4"
toml = "^0.7.3"
chrono = { version = "^0.4.24", features = ["serde"] }
rusqlite = { version = "^0.29.0", features = ["bundled", "chrono"] }
thiserror = "^1.0.40"
cli-table = "0.4.7"
dateparser = "0.2.0"
anyhow = "1.0.70"
reqwest = { version = "0.11.16", features = ["json", "blocking", "rustls-tls"] }
serde_with = "2.3.2"
colored = "2.0.0"