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"