summary refs log blame commit diff
path: root/kernel_loader/Cargo.toml
blob: 52aeadb9f72e368547858850bc2a67441a57db9d (plain) (tree)
1
2
3
4
5
6
7






                                   
[package]
name = "kernel_loader"
version = "0.1.0"

[dependencies]
libc = "*"
sys_util = { path = "../sys_util" }