From 736cad0b7faf37fa99a57812106decae4bce321c Mon Sep 17 00:00:00 2001 From: HDauven Date: Tue, 2 Jan 2024 18:10:55 +0100 Subject: [PATCH] Add license field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7cbafeb..146bcbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ authors = ["Hein Dauven"] version = "0.1.0" edition = "2021" description = "Macro library for the Dusk Piecrust VM" +license = "MPL-2.0" [dependencies] syn = { version = "2.0.44", features = ["full"] }