mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
cfcd16f94c
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>
13 lines
274 B
TOML
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" }
|