From ccd4ff872b7682dcd51799027d7c92101293e8fc Mon Sep 17 00:00:00 2001 From: Paul Gebheim Date: Thu, 11 Jan 2024 13:10:18 -0800 Subject: [PATCH] Update Cargo.toml Add license field to cargo manifest --- evm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index a6a99639..e3ca8c1a 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -2,6 +2,7 @@ name = "plonky2_evm" description = "Implementation of STARKs for the Ethereum Virtual Machine" version = "0.1.1" +license = "MIT or Apache-2.0" authors = ["Daniel Lubarov ", "William Borgeaud "] readme = "README.md" repository = "https://github.com/0xPolygonZero/plonky2"