aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 624f2e34cc1e19b800d6c87c98dd5ad02d3b141a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fj"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.38"
clap = "4.5.9"
cron = "0.12.1"
rusqlite = { version = "0.36.0", features = ["uuid", "chrono", "trace"] }
thiserror = "2.0.12"
tracing = "0.1.41"
uuid = { version = "1.17.0", features = ["v4"] }

[dev-dependencies]
test-log = { version = "0.2.17", features = ["trace"] }