Add a command to synchronise date of births

This commit is contained in:
Marc Plano-Lesay 2024-10-28 14:46:31 +11:00
parent 5eb1e3bba4
commit bc09979a62
6 changed files with 392 additions and 5 deletions

View file

@ -8,12 +8,15 @@ anyhow = "1.0.91"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.20", features = ["derive"] }
futures = "0.3.31"
log = "0.4.22"
pretty_env_logger = "0.5.0"
progenitor-client = "0.8.0"
regress = "0.10.1"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
serde = { version = "1.0.213", features = ["derive"] }
tokio = { version = "1.41.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }
vcard4 = "0.5.2"
[build-dependencies]
prettyplease = "0.2.24"