mirror of
https://github.com/pcvolkmer/bzkf-rwdp-check.git
synced 2025-07-02 00:02:55 +00:00
feat: add sub command to request values from database
This commit is contained in:
@ -9,6 +9,10 @@ edition = "2021"
|
||||
clap = { version = "4.4", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
|
||||
console = "0.15"
|
||||
csv = "1.3"
|
||||
dialoguer = "0.11"
|
||||
itertools = "0.12"
|
||||
mysql = "24.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
urlencoding = "2.1"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user