Skip to content

Commit

Permalink
修改: Cargo.lock
Browse files Browse the repository at this point in the history
	修改:     Cargo.toml
  • Loading branch information
worksoup committed Apr 20, 2024
1 parent c3e0706 commit 99f6386
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ edition = "2021"
[dependencies]
# tikv-jemallocator = "0.5"
clap = { version = "4.5", features = ["derive"] }
# cxsign = { git = "https://github.com/worksoup/newsign.git" }
cxsign = { path = "../newsign/" }
cxsign = { git = "https://github.com/worksoup/newsign.git" }
# cxsign = { path = "../newsign/" }
env_logger = "0.11"
inquire = "0.7"
log = { version = "0.4", features = ["release_max_level_info"] }
Expand Down

0 comments on commit 99f6386

Please sign in to comment.