Skip to content

Commit 966c1c5

Browse files
committedDec 27, 2024·
feat: v2.0
1 parent c04a49a commit 966c1c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3243
-4044
lines changed
 

‎Cargo.lock

+36-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
bumpalo = "3.16.0"
910
clap = { version = "4.5.9", features = ["derive"] }
11+
derive_more = { version = "1.0.0", features = ["display"] }
1012
indoc = "2.0.5"
1113
libloading = "0.8.5"
1214
thiserror = "1.0.64"

0 commit comments

Comments
 (0)
Please sign in to comment.