swactor/xtask/Cargo.toml

13 lines
195 B
TOML
Raw Normal View History

[package]
name = "xtask"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-only"
[dependencies]
serde_json = "1"
blake3 = "1"
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"