swactor/crates/mvp-system/Cargo.toml

13 lines
178 B
TOML
Raw Normal View History

2026-06-23 07:12:45 +00:00
[package]
name = "mvp-system"
version = "0.1.0"
edition = "2024"
publish = false
2026-06-23 13:51:34 +00:00
[dependencies]
serde_json = "1"
2026-06-23 07:12:45 +00:00
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"
2026-06-23 13:51:34 +00:00