more forking
This commit is contained in:
parent
fd6e9e22c2
commit
896df0bb97
28
Cargo.lock
generated
28
Cargo.lock
generated
@ -797,22 +797,6 @@ dependencies = [
|
|||||||
"cmake",
|
"cmake",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "bugsalot"
|
|
||||||
version = "0.2.2"
|
|
||||||
source = "git+https://github.com/crioux/bugsalot.git?rev=336a7053faadf990b9362edf5752ef34fa1f9615#336a7053faadf990b9362edf5752ef34fa1f9615"
|
|
||||||
dependencies = [
|
|
||||||
"libc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "bugsalot"
|
|
||||||
version = "0.2.2"
|
|
||||||
source = "git+https://github.com/crioux/bugsalot.git#336a7053faadf990b9362edf5752ef34fa1f9615"
|
|
||||||
dependencies = [
|
|
||||||
"libc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bumpalo"
|
name = "bumpalo"
|
||||||
version = "3.13.0"
|
version = "3.13.0"
|
||||||
@ -5533,6 +5517,12 @@ version = "0.8.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "veilid-bugsalot"
|
||||||
|
version = "0.1.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "a9ee584edf237fac328b891dd06c21e7914a1db3762907edc366a13803451fe3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veilid-cli"
|
name = "veilid-cli"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
@ -5540,7 +5530,6 @@ dependencies = [
|
|||||||
"arboard",
|
"arboard",
|
||||||
"async-std",
|
"async-std",
|
||||||
"async-tungstenite 0.8.0",
|
"async-tungstenite 0.8.0",
|
||||||
"bugsalot 0.2.2 (git+https://github.com/crioux/bugsalot.git?rev=336a7053faadf990b9362edf5752ef34fa1f9615)",
|
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"clap 4.4.2",
|
"clap 4.4.2",
|
||||||
"config",
|
"config",
|
||||||
@ -5566,6 +5555,7 @@ dependencies = [
|
|||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-util",
|
"tokio-util",
|
||||||
|
"veilid-bugsalot",
|
||||||
"veilid-tools",
|
"veilid-tools",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -5583,7 +5573,6 @@ dependencies = [
|
|||||||
"async_executors",
|
"async_executors",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"blake3",
|
"blake3",
|
||||||
"bugsalot 0.2.2 (git+https://github.com/crioux/bugsalot.git?rev=336a7053faadf990b9362edf5752ef34fa1f9615)",
|
|
||||||
"capnp",
|
"capnp",
|
||||||
"capnpc",
|
"capnpc",
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
@ -5655,6 +5644,7 @@ dependencies = [
|
|||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"tracing-wasm",
|
"tracing-wasm",
|
||||||
"trust-dns-resolver",
|
"trust-dns-resolver",
|
||||||
|
"veilid-bugsalot",
|
||||||
"veilid-hashlink",
|
"veilid-hashlink",
|
||||||
"veilid-tools",
|
"veilid-tools",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
@ -5720,7 +5710,6 @@ dependencies = [
|
|||||||
"async-std",
|
"async-std",
|
||||||
"async-tungstenite 0.23.0",
|
"async-tungstenite 0.23.0",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bugsalot 0.2.2 (git+https://github.com/crioux/bugsalot.git)",
|
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"clap 4.4.2",
|
"clap 4.4.2",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
@ -5757,6 +5746,7 @@ dependencies = [
|
|||||||
"tracing-opentelemetry",
|
"tracing-opentelemetry",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"url",
|
"url",
|
||||||
|
"veilid-bugsalot",
|
||||||
"veilid-core",
|
"veilid-core",
|
||||||
"wg",
|
"wg",
|
||||||
"windows-service",
|
"windows-service",
|
||||||
|
@ -49,7 +49,7 @@ serde_derive = "^1"
|
|||||||
parking_lot = "^0"
|
parking_lot = "^0"
|
||||||
cfg-if = "^1"
|
cfg-if = "^1"
|
||||||
config = { version = "^0", features = ["yaml"] }
|
config = { version = "^0", features = ["yaml"] }
|
||||||
bugsalot = { version = "0.2.2", git = "https://github.com/crioux/bugsalot.git", rev = "336a7053faadf990b9362edf5752ef34fa1f9615" }
|
bugsalot = { package = "veilid-bugsalot", version = "0.1.0" }
|
||||||
flexi_logger = { version = "^0", features = ["use_chrono_for_offset"] }
|
flexi_logger = { version = "^0", features = ["use_chrono_for_offset"] }
|
||||||
thiserror = "^1"
|
thiserror = "^1"
|
||||||
crossbeam-channel = "^0"
|
crossbeam-channel = "^0"
|
||||||
|
@ -147,7 +147,7 @@ lz4_flex = { version = "0.11.1", default-features = false, features = [
|
|||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
config = { version = "0.13.3", features = ["yaml"] }
|
config = { version = "0.13.3", features = ["yaml"] }
|
||||||
bugsalot = { version = "0.2.2", git = "https://github.com/crioux/bugsalot.git", rev = "336a7053faadf990b9362edf5752ef34fa1f9615" }
|
bugsalot = { package = "veilid-bugsalot", version = "0.1.0" }
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.26"
|
||||||
libc = "0.2.147"
|
libc = "0.2.147"
|
||||||
nix = "0.26.2"
|
nix = "0.26.2"
|
||||||
|
@ -67,7 +67,7 @@ futures-util = { version = "^0", default_features = false, features = [
|
|||||||
url = "^2"
|
url = "^2"
|
||||||
ctrlc = "^3"
|
ctrlc = "^3"
|
||||||
lazy_static = "^1"
|
lazy_static = "^1"
|
||||||
bugsalot = { git = "https://github.com/crioux/bugsalot.git" }
|
bugsalot = { package = "veilid-bugsalot", version = "0.1.0" }
|
||||||
flume = { version = "^0", features = ["async"] }
|
flume = { version = "^0", features = ["async"] }
|
||||||
rpassword = "^6"
|
rpassword = "^6"
|
||||||
hostname = "^0"
|
hostname = "^0"
|
||||||
|
Loading…
Reference in New Issue
Block a user