aboutsummaryrefslogtreecommitdiff
path: root/ta/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ta/Cargo.toml')
-rw-r--r--ta/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ta/Cargo.toml b/ta/Cargo.toml
index ad8fc09..8b65a77 100644
--- a/ta/Cargo.toml
+++ b/ta/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-ta"
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 }