crosvm/anti_tamper/Cargo.toml
Vikram Auradkar cfcd16f94c kiwi: clean anti_tamper and metrics related code
BUG=b:260601120
TEST=NONE

Change-Id: If356c731ea9b03b6266f1263b660bc75db452511
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4133828
Commit-Queue: Vikram Auradkar <auradkar@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2023-01-04 00:08:27 +00:00

13 lines
274 B
TOML

[package]
name = "anti_tamper"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
anti-tamper = []
[dependencies]
base = { path = "../base" }