aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 33c3805d8f6bf6640d6201c32e0ded9fc654a0a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"] }
thiserror = "2.0.12"
uuid = { version = "1.17.0", features = ["v4"] }