forked from rustsbi/rustsbi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 791 Bytes
/
Cargo.toml
File metadata and controls
36 lines (33 loc) · 791 Bytes
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
[workspace]
resolver = "3"
members = [
"library/macros",
"library/sbi-rt",
"library/sbi-spec",
"library/sbi-testing",
"library/rustsbi",
"library/riscv-cove",
"library/riscv-cove-rt",
"library/penglai",
"library/pmpm",
"prototyper/prototyper",
"prototyper/bench-kernel",
"prototyper/test-kernel",
"xtask",
]
default-members = [
"library/macros",
"library/sbi-rt",
"library/sbi-spec",
"library/rustsbi",
"library/riscv-cove",
"library/penglai",
"library/pmpm"
]
[workspace.package]
edition = "2024"
license = "MulanPSL-2.0 OR MIT"
repository = "https://github.com/rustsbi/rustsbi"
[profile.release]
debug = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html