aboutsummaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index cf2f1f7..f252d75 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -1,8 +1,12 @@
+# Note that Cargo is not an officially supported build tool (Android's Soong is the official
+# tool). This Cargo.toml file is included purely for the convenience of KeyMint developers.
+
[package]
name = "kmr-tests"
version = "0.1.0"
authors = ["David Drysdale <drysdale@google.com>"]
edition = "2021"
+license = "Apache-2.0"
[dependencies]
ciborium = { version = "^0.2.0", default-features = false }