1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-21 19:26:03 +02:00

same license field fix in b3sum/Cargo.toml

This commit is contained in:
Jack O'Connor 2020-01-10 10:00:17 -05:00
parent a7e11c7cf7
commit 1d17689133

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 = "Apache-2.0"
license = "CC0-1.0 OR Apache-2.0"
readme = "README.md"
edition = "2018"