WIP: Create command structure

This commit is contained in:
2024-04-20 04:17:16 +02:00
parent 094970fb75
commit 77f7085d2b
6 changed files with 2034 additions and 2 deletions

View File

@@ -4,3 +4,13 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
mysql = "25.0.0"
serde = "1.0.198"
toml = "0.8.12"
[[bin]]
name = "mysqladm"
bench = false
path = "src/main.rs"