1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-25 12:00:49 +02:00

use the Apache-2.0 license in Cargo.toml

This project is also CC0, but crates.io doesn't seem to understand that
one.
This commit is contained in:
Jack O'Connor 2020-01-09 11:48:09 -05:00
parent 3cf242b651
commit 7f43ed9f47
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0"
license = "Apache-2.0"
documentation = "https://docs.rs/blake3"
readme = "README.md"
edition = "2018"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0"
license = "Apache-2.0"
readme = "README.md"
edition = "2018"