mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
47 lines
1.2 KiB
Diff
47 lines
1.2 KiB
Diff
--- bottom-0.11.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ bottom-0.11.1/Cargo.toml 2025-08-15T10:26:42.425577+00:00
|
|
@@ -357,38 +357,11 @@
|
|
[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'.dev-dependencies.portable-pty]
|
|
version = "0.9.0"
|
|
|
|
-[target.'cfg(target_os = "freebsd")'.dependencies.filedescriptor]
|
|
-version = "0.8.3"
|
|
-
|
|
-[target.'cfg(target_os = "freebsd")'.dependencies.serde_json]
|
|
-version = "1.0.142"
|
|
-
|
|
-[target.'cfg(target_os = "freebsd")'.dependencies.sysctl]
|
|
-version = "0.6.0"
|
|
-
|
|
[target.'cfg(target_os = "linux")'.dependencies.rustix]
|
|
version = "1.0.8"
|
|
features = [
|
|
"fs",
|
|
"param",
|
|
-]
|
|
-
|
|
-[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
|
|
-version = "0.10.1"
|
|
-
|
|
-[target.'cfg(target_os = "macos")'.dependencies.mach2]
|
|
-version = "0.4.3"
|
|
-
|
|
-[target.'cfg(target_os = "windows")'.dependencies.windows]
|
|
-version = "0.61.3"
|
|
-features = [
|
|
- "Win32_Foundation",
|
|
- "Win32_Security",
|
|
- "Win32_Storage_FileSystem",
|
|
- "Win32_System_IO",
|
|
- "Win32_System_Ioctl",
|
|
- "Win32_System_ProcessStatus",
|
|
- "Win32_System_Threading",
|
|
]
|
|
|
|
[target."cfg(unix)".dependencies.libc]
|
|
@@ -420,3 +393,4 @@
|
|
codegen-units = 1
|
|
debug = 0
|
|
strip = "symbols"
|
|
+
|