mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
updates
This commit is contained in:
parent
40560f2129
commit
22c82c59af
7 changed files with 926 additions and 924 deletions
50
Cargo.toml
50
Cargo.toml
|
|
@ -2,40 +2,40 @@
|
|||
name = "sidewindow"
|
||||
version = "1.3.1"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.73.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.88.0"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.3"
|
||||
warp = "0.3.7"
|
||||
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
|
||||
ctrlc = { version = "3.4.4", features = ["termination"] }
|
||||
color-eyre = "0.6.5"
|
||||
warp = { version = "0.4.2", features = ["server"] }
|
||||
tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread"] }
|
||||
ctrlc = { version = "3.5.2", features = ["termination"] }
|
||||
dotenvy = "0.15.7"
|
||||
regex = { version = "1.10.4", default-features = false, features = ["std"] }
|
||||
once_cell = "1.19.0"
|
||||
hostname = "0.4.0"
|
||||
libc = "0.2.153"
|
||||
ahash = "0.8.11"
|
||||
bollard = "0.16.1"
|
||||
futures-util = "0.3.30"
|
||||
libmdns = "0.8.0"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
nvml-wrapper = "0.10.0"
|
||||
if-addrs = "0.12.0"
|
||||
regex = { version = "1.12.3", default-features = false, features = ["std"] }
|
||||
once_cell = "1.21.4"
|
||||
hostname = "0.4.2"
|
||||
libc = "0.2.184"
|
||||
ahash = "0.8.12"
|
||||
bollard = "0.20.2"
|
||||
futures-util = "0.3.32"
|
||||
libmdns = "0.10.1"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
nvml-wrapper = "0.12.1"
|
||||
if-addrs = "0.15.0"
|
||||
sysconf = "0.3.4"
|
||||
thiserror = "1.0.58"
|
||||
clap = { version = "=4.4.18", features = ["derive"] }
|
||||
thiserror = "2.0.18"
|
||||
clap = { version = "4.6.0", features = ["derive"] }
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
procfs = "0.16.0"
|
||||
procfs = "0.18.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
sysinfo = { version = "0.30.8" }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
sysinfo = { version = "0.38.4" }
|
||||
winapi = { version = "0.3.9", features = ["sysinfoapi", "processthreadsapi", "powerbase", "minwindef", "winnt", "winbase", "winerror", "impl-default"] }
|
||||
wmi = { version = "0.13.3" }
|
||||
winreg = { version = "0.52.0", features = ["serialization-serde"] }
|
||||
wmi = { version = "0.18.4" }
|
||||
winreg = { version = "0.56.0", features = ["serialization-serde"] }
|
||||
os-thread-local = "0.1.3"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue