We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e108e9e commit f7dd70cCopy full SHA for f7dd70c
rust/cbork-cddl-parser/Cargo.toml
@@ -15,8 +15,6 @@ repository.workspace = true
15
workspace = true
16
17
[dependencies]
18
-derive_more = {version = "1.0.0", features = ["from","display"] }
19
pest = { version = "2.7.13", features = ["std", "pretty-print", "memchr", "const_prec_climber"] }
20
pest_derive = { version = "2.7.13", features = ["grammar-extras"] }
21
-thiserror = "1.0.64"
22
anyhow = "1.0.89"
0 commit comments