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]
|
2022-08-17 06:48:01 +00:00
|
|
|
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"
|
|
|
|
|