add start of error handling

This commit is contained in:
askiiart 2025-01-17 10:45:06 -06:00
parent 4cbd6fcf2b
commit 66424f704d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
6 changed files with 1457 additions and 15 deletions

View file

@ -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"] }