-
Notifications
You must be signed in to change notification settings - Fork 16
/
Cargo.toml
33 lines (30 loc) · 1.05 KB
/
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
29
30
31
32
33
#
# 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-root-task"
version = "0.1.0"
authors = ["Nick Spinale <nick.spinale@coliasgroup.com>"]
edition = "2021"
license = "BSD-2-Clause"
[features]
alloc = ["sel4-panicking/alloc"]
full = ["alloc"]
single-threaded = ["sel4/single-threaded"]
[dependencies]
sel4 = { path = "../sel4" }
sel4-ctors-dtors = { path = "../sel4-ctors-dtors" }
sel4-dlmalloc = { path = "../sel4-dlmalloc" }
sel4-immediate-sync-once-cell = { path = "../sel4-immediate-sync-once-cell" }
sel4-panicking = { path = "../sel4-panicking" }
sel4-panicking-env = { path = "../sel4-panicking/env" }
sel4-root-task-macros = { path = "macros" }
sel4-runtime-common = { path = "../sel4-runtime-common", features = ["unwinding", "tls", "start"] }
sel4-sync = { path = "../sel4-sync" }