2025-09-28 14:35:14 -07:00
|
|
|
[package]
|
|
|
|
|
edition = "2024"
|
2025-11-11 14:29:57 +01:00
|
|
|
name = "llmx-process-hardening"
|
2025-09-28 14:35:14 -07:00
|
|
|
version = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[lib]
|
2025-11-11 14:29:57 +01:00
|
|
|
name = "llmx_process_hardening"
|
2025-09-28 14:35:14 -07:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
|
|
|
libc = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
|
|
|
libc = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
|
|
|
libc = { workspace = true }
|