Skip to content

Commit

Permalink
build: change tuic into git deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iHsin committed Mar 22, 2024
1 parent c19dd06 commit 3d50611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 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 clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ arti-client = { version = "0.14.0", default-features = false, features = ["tokio
tor-rtcompat = { version = "0.10.0" }

# tuic
tuic = { path = "/home/itsusinn/Workspace/Code/tuic/tuic" }
tuic-quinn = { path = "/home/itsusinn/Workspace/Code/tuic/tuic-quinn" }
tuic = { rev = "160cf9b", git = "https://github.com/Itsusinn/tuic.git" }
tuic-quinn = { rev = "160cf9b", git = "https://github.com/Itsusinn/tuic.git" }
quinn = { version = "0.10", default-features = false, features = ["futures-io", "runtime-tokio", "tls-rustls"] }
register-count = "0.1.0"

Expand Down

0 comments on commit 3d50611

Please sign in to comment.