summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b7d9488e4704db778f459d798ed0b1fa3d46a973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]

[package]
name = "cometos"
version = "0.1.0-DR.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uefi = { version = "0.26.0", features = ["alloc"] }
uefi-services = { version = "0.23.0", features = [], default-features = false }
build-info = { version = "0.0.34", features = [], default-features = false }
userland = { path = "userland" }
toolkit = { path = "toolkit" }
commands = { path = "commands" }

[build-dependencies]
build-info-build = "0.0.34"