Skip to content

Commit

Permalink
rewrite 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxl66566 committed May 11, 2024
1 parent b2ad7c0 commit f0388a7
Show file tree
Hide file tree
Showing 13 changed files with 495 additions and 718 deletions.
221 changes: 101 additions & 120 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
compio = { version = "0.10.0", features = ["macros", "dispatcher"] }
die-exit = { version = "0.5.0", features = ["red"] }
enum-tools = "0.5.3"
env_logger = "0.11.3"
futures-util = "0.3.30"
git2 = "0.18.3"
glob = "0.3.1"
log = "0.4.21"
regex = "1.10.4"
same-file = "1.0.6"
serde = { version = "1.0.201", features = ["derive"] }
sha3 = "0.10.8"
tap = "1.0.1"
toml = "0.8.12"
zstd = "0.13.1"

[target.'cfg(not(target_os = "windows"))'.dependencies]
Expand Down
Loading

0 comments on commit f0388a7

Please sign in to comment.