relax trait requirements, rename failable methods with 'try'

This commit is contained in:
Breval Ferrari 2025-03-14 22:53:16 -04:00
parent 58cf13a564
commit f4e8f7c276
No known key found for this signature in database
GPG key ID: F71E304D6400AB8E
8 changed files with 163 additions and 33 deletions

View file

@ -7,8 +7,9 @@ description.workspace = true
authors.workspace = true
repository.workspace = true
keywords.workspace = true
dependencies.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bingus = { path = "../bingus" }
clap = { version = "4.5.32", features = ["derive"] }