add start of error handling
This commit is contained in:
parent
4cbd6fcf2b
commit
66424f704d
6 changed files with 1457 additions and 15 deletions
|
@ -8,9 +8,12 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
alphanumeric-sort = "1.5.3"
|
||||
better-commands = "1.0.2"
|
||||
clap = { version = "4.5.23", features = ["derive"] }
|
||||
clap_complete = "4.5.40"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
sqlx = "0.8.3"
|
||||
thiserror = "2.0.11"
|
||||
toml = "0.8.19"
|
||||
uuid = { version = "1.11.0", features = ["v7", "fast-rng"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue