[package] name = "ygglibc" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib", "staticlib"] [dependencies] yggdrasil-rt = { path = "../../../lib/runtime" } yggdrasil-abi = { path = "../../../lib/abi", features = ["alloc", "bytemuck"] } libyalloc = { path = "../../../lib/libyalloc" } bitflags = "2.6.0" chrono = { version = "0.4.31", default-features = false } [build-dependencies] cbindgen = { git = "https://git.alnyan.me/yggdrasil/cbindgen.git", branch = "master" } [lints.rust] unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }