aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Drysdale <drysdale@google.com>2024-03-20 07:01:32 +0000
committerDavid Drysdale <drysdale@google.com>2024-03-20 07:06:18 +0000
commitd393f2acde3ff64326aaf2dbee23ef95781835ae (patch)
tree6f138cefc0a799d3326d7e81e9eb3835c589ef14
parent9f856fa158a5b81f74e722d57f46c07e0d0fad57 (diff)
downloadkeymint-d393f2acde3ff64326aaf2dbee23ef95781835ae.tar.gz
Cargo.toml files: link to license, note unofficial
Test: none Change-Id: If0ad077d8689a86daffeb91cb25b8a50fa1ab0b6
-rw-r--r--boringssl/Cargo.toml4
-rw-r--r--common/Cargo.toml4
-rw-r--r--derive/Cargo.toml4
-rw-r--r--ta/Cargo.toml4
-rw-r--r--tests/Cargo.toml4
-rw-r--r--wire/Cargo.toml4
6 files changed, 24 insertions, 0 deletions
diff --git a/boringssl/Cargo.toml b/boringssl/Cargo.toml
index 65fd513..c56aba4 100644
--- a/boringssl/Cargo.toml
+++ b/boringssl/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-crypto-boring"
authors = ["David Drysdale <drysdale@google.com>"]
version = "0.1.0"
edition = "2021"
+license = "Apache-2.0"
[dependencies]
ffi = { package = "openssl-sys", version = "^0.9.75" }
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 8f25033..6e086c8 100644
--- a/common/Cargo.toml
+++ b/common/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-common"
version = "0.1.0"
authors = ["David Drysdale <drysdale@google.com>"]
edition = "2021"
+license = "Apache-2.0"
[dependencies]
cddl-cat = { version = "^0.6.1", optional = true }
diff --git a/derive/Cargo.toml b/derive/Cargo.toml
index 2feb5a4..fefeadb 100644
--- a/derive/Cargo.toml
+++ b/derive/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-derive"
version = "0.1.0"
authors = ["David Drysdale <drysdale@google.com>"]
edition = "2021"
+license = "Apache-2.0"
[lib]
proc-macro = true
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 }
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 }
diff --git a/wire/Cargo.toml b/wire/Cargo.toml
index 5616631..8160b75 100644
--- a/wire/Cargo.toml
+++ b/wire/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-wire"
version = "0.1.0"
authors = ["David Drysdale <drysdale@google.com>"]
edition = "2021"
+license = "Apache-2.0"
[features]
default = ["hal_v2", "hal_v3"]