Files
ygglibc/Cargo.toml
T

15 lines
300 B
TOML

[package]
name = "ygglibc"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
yggdrasil-rt = { git = "https://git.alnyan.me/yggdrasil/yggdrasil-rt.git" }
libyalloc = { git = "https://git.alnyan.me/yggdrasil/libyalloc.git" }
[build-dependencies]
cbindgen = "0.26.0"