19 lines
325 B
TOML
Raw Normal View History

2024-10-31 13:14:07 +02:00
[package]
name = "cross"
version = "0.1.0"
edition = "2021"
[dependencies]
[target.'cfg(target_os = "yggdrasil")'.dependencies]
yggdrasil-rt.workspace = true
2024-10-31 13:14:07 +02:00
[target.'cfg(unix)'.dependencies]
libc = "*"
[dev-dependencies]
libc = "*"
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }