18 lines
531 B
TOML
18 lines
531 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" }
|
|
bitflags = { version = "2.4.1" }
|
|
chrono = { version = "0.4.31", default-features = false }
|
|
linked_list_allocator = { version = "0.10.5", default-features = false }
|
|
|
|
[build-dependencies]
|
|
cbindgen = { git = "https://git.alnyan.me/yggdrasil/cbindgen.git", branch = "master" }
|