-
Notifications
You must be signed in to change notification settings - Fork 17
/
Cargo.toml
28 lines (26 loc) · 957 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Copyright 2023, Colias Group, LLC
#
# SPDX-License-Identifier: BSD-2-Clause
#
#
# This file is generated from './Cargo.nix'. You can edit this file directly
# if you are not using this project's Cargo manifest management tools.
# See 'hacking/cargo-manifest-management/README.md' for more information.
#
[package]
name = "sel4-capdl-initializer"
version = "0.1.0"
authors = ["Nick Spinale <[email protected]>"]
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
log = "0.4.17"
postcard = { version = "1.0.2", default-features = false, features = ["alloc"] }
sel4 = { path = "../sel4" }
sel4-capdl-initializer-core = { path = "core" }
sel4-capdl-initializer-types = { path = "types", features = ["alloc", "serde", "deflate"] }
sel4-dlmalloc = { path = "../sel4-dlmalloc" }
sel4-logging = { path = "../sel4-logging" }
sel4-root-task = { path = "../sel4-root-task", features = ["single-threaded"] }
sel4-sync = { path = "../sel4-sync" }