Skip to content

Commit

Permalink
Use bon instead of typed-builder
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Aug 5, 2024
1 parent 6738d92 commit d657021
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 107 deletions.
112 changes: 89 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories = ["command-line-utilities", "development-tools", "development-tools:
license = "Apache-2.0"

[dependencies]
bon = "1.0.6"
bytesize = "1.3.0"
cfg-if = "1.0.0"
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
Expand All @@ -32,7 +33,6 @@ tracing-log = { version = "0.2.0", optional = true }
tracing-subscriber = { version = "0.3.18", optional = true }
tracing-tracy = { version = "0.11.0", features = ["flush-on-exit"], optional = true }
tracy-client = { version = "0.17.0", optional = true }
typed-builder = "0.19.1"

[target.'cfg(unix)'.dependencies]
rustix = { version = "0.38.34", features = ["fs", "thread"] }
Expand Down
Loading

0 comments on commit d657021

Please sign in to comment.