From e6a7d68a3eb54fc700725b569b2d864291e76794 Mon Sep 17 00:00:00 2001 From: Steven <57410303+steven-ecc@users.noreply.github.com> Date: Mon, 26 Apr 2021 16:43:07 -0700 Subject: [PATCH] Update Cargo.toml Co-authored-by: ebfull --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0ee339..b15760b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ "Jack Grigg ", ] edition = "2018" -license = "BOSL" +license-file = "LICENSE-BOSL" repository = "https://github.com/zcash/pasta_curves" documentation = "https://docs.rs/pasta_curves" readme = "README.md"