blob: 23849c73c4279c39c48ff58ef450483f6d9e67c9 [file] [log] [blame]
[workspace]
# This list is altered via sed when building with the ebuild, keep in
# sync with `src_prepare` in `crdyboot-9999.ebuild`.
members = [
"crdyboot",
"crdyshim",
"libcrdy",
"tools/enroller",
"tools/uefi_test_tool",
"vboot",
"xtask",
]
resolver = "2"
[workspace.package]
edition = "2021"
license = "BSD-3-Clause"
repository = "https://chromium.googlesource.com/chromiumos/platform/crdyboot"
[workspace.dependencies]
ed25519-compact = { version = "1.0.0", default-features = false }
libcrdy = { path = "libcrdy" }
log = { version = "0.4.0", default-features = false }
object = { version = "0.31.1", default-features = false, features = ["pe", "read_core", "unaligned"] }
sbat = "0.5.0"
uefi = { version = "0.29.0", default-features = false, features = ["alloc"] }
[profile.release]
overflow-checks = true