forked from seL4/rust-sel4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (33 loc) · 970 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
29
30
31
32
33
34
35
36
#
# 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-sys"
version = "0.1.0"
authors = ["Nick Spinale <[email protected]>"]
build = "build/main.rs"
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
log = "0.4.17"
sel4-bitfield-ops = { path = "../bitfield-ops" }
sel4-config = { path = "../config" }
[build-dependencies]
bindgen = "0.68.1"
glob = "0.3.0"
proc-macro2 = "1.0.50"
quote = "1.0.23"
sel4-bitfield-parser = { path = "../bitfield-parser" }
sel4-build-env = { path = "../build-env" }
sel4-config = { path = "../config" }
sel4-config-data = { path = "../config/data" }
sel4-rustfmt-helper = { path = "../../sel4-rustfmt-helper" }
syn = "1.0.107"
xmltree = "0.10.3"