swactor/crates/mvp-system/Cargo.toml

13 lines
178 B
TOML
Raw Normal View History

[package]
name = "mvp-system"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
serde_json = "1"
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"