wip: start-tunnel & fix build

This commit is contained in:
Aiden McClelland
2025-08-09 21:57:32 -06:00
parent b4491a3f39
commit 022f7134be
17 changed files with 401 additions and 52 deletions

11
core/Cargo.lock generated
View File

@@ -3136,16 +3136,6 @@ dependencies = [
"serde",
]
[[package]]
name = "iprange"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37209be0ad225457e63814401415e748e2453a5297f9b637338f5fb8afa4ec00"
dependencies = [
"ipnet",
"serde",
]
[[package]]
name = "iri-string"
version = "0.7.8"
@@ -6136,7 +6126,6 @@ dependencies = [
"indicatif",
"integer-encoding",
"ipnet",
"iprange",
"isocountry",
"itertools 0.14.0",
"jaq-core",