• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "kernel_loader"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7data_model = { path = "../common/data_model" }
8libc = "0.2"
9base = { path = "../base" }
10lz4_flex = "0.11"
11remain = "0.2"
12resources = { path = "../resources" }
13thiserror = "1"
14vm_memory = { path = "../vm_memory" }
15zerocopy = { version = "0.8.13", features = ["derive"] }
16
17[dev-dependencies]
18tempfile = "3"
19