build: update clap dependency and add authors/description/repository

This commit is contained in:
Paul-Christian Volkmer 2024-03-07 17:42:53 +01:00
parent 88cd49db47
commit 299b4bcc39

View File

@ -2,11 +2,12 @@
name = "bzkf-rwdp-check"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
authors = ["Paul-Christian Volkmer <volkmer_p@ukw.de>"]
description = "Anwendung zur Durchführung einer Plausibilitätsprüfung anhand der Daten für die BZKF Real World Data Platform."
repository = "https://github.com/CCC-MF/bzkf-rwdp-check"
[dependencies]
clap = { version = "4.4", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
console = "0.15"
csv = "1.3"
dialoguer = "0.11"