aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 193b8958cc6082116b9ed3d4c13192d4938d2ac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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"
sqlx = { version = "0.8.0", features = ["sqlite"] }