asterinas/src/kxos-std/Cargo.toml

19 lines
397 B
TOML
Raw Normal View History

2022-08-08 19:44:53 +00:00
[package]
name = "kxos-std"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kxos-frame = {path = "../kxos-frame"}
# parse elf file
xmas-elf = "0.8.0"
# goblin = {version= "0.5.3", default-features = false, features = ["elf64"]}
# data-structures
intrusive-collections = "0.9.4"
2022-08-23 09:50:07 +00:00
spin = "0.9.4"