This commit is contained in:
Robin Appelman 2026-04-06 22:30:53 +02:00
commit 40560f2129
11 changed files with 68 additions and 69 deletions

66
Cargo.lock generated
View file

@ -1289,39 +1289,6 @@ version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "palantir"
version = "1.3.1"
dependencies = [
"ahash",
"bollard",
"clap",
"color-eyre",
"ctrlc",
"dotenvy",
"futures-util",
"hostname 0.4.0",
"if-addrs 0.12.0",
"libc",
"libmdns",
"nvml-wrapper",
"once_cell",
"os-thread-local",
"procfs",
"regex",
"serde",
"sysconf",
"sysinfo",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"warp",
"winapi 0.3.9",
"winreg",
"wmi",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
@ -1617,6 +1584,39 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "sidewindow"
version = "1.3.1"
dependencies = [
"ahash",
"bollard",
"clap",
"color-eyre",
"ctrlc",
"dotenvy",
"futures-util",
"hostname 0.4.0",
"if-addrs 0.12.0",
"libc",
"libmdns",
"nvml-wrapper",
"once_cell",
"os-thread-local",
"procfs",
"regex",
"serde",
"sysconf",
"sysinfo",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"warp",
"winapi 0.3.9",
"winreg",
"wmi",
]
[[package]]
name = "slab"
version = "0.4.9"