aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-06-01 11:10:23 -0700
committerJack O'Connor <[email protected]>2024-06-01 11:10:23 -0700
commitb5c6017ea74d7a8be302aefd710dd801c91088a2 (patch)
tree15a5f028c0acbfdb75f87152fba512e98211c46e
parent05c60141a816d3f77ff765b9114642d8abb265a3 (diff)
update the license field in Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55eb8a4..7011213 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.5.1"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
-license = "CC0-1.0 OR Apache-2.0"
+license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/blake3"
readme = "README.md"
edition = "2021"