aboutsummaryrefslogtreecommitdiff
path: root/boringssl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'boringssl/Cargo.toml')
-rw-r--r--boringssl/Cargo.toml4
1 files changed, 4 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" }