[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"] }