mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-19 21:39:09 +00:00
Fix sparse index in cargo config
This commit is contained in:
parent
14279a482c
commit
1a53e2bb52
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[registries.cratees-io]
|
[registries.crates-io]
|
||||||
protocol = "sparse"
|
protocol = "sparse"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ tmp/
|
||||||
*.secret
|
*.secret
|
||||||
*.iml
|
*.iml
|
||||||
!/.github
|
!/.github
|
||||||
|
!/.cargo
|
||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
manual-test.sh
|
manual-test.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue