From df9acbd7032872596bb1e4dcbe890c65117746fb Mon Sep 17 00:00:00 2001 From: crisog Date: Thu, 27 Jun 2024 16:18:59 -0400 Subject: [PATCH] build: adds license --- Cargo.toml | 1 + ghost-crab-macros/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 99821df..c560199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,4 @@ [workspace] members = ["ghost-crab", "ghost-crab-macros"] +resolver = "2" diff --git a/ghost-crab-macros/Cargo.toml b/ghost-crab-macros/Cargo.toml index c59b74b..09510a5 100644 --- a/ghost-crab-macros/Cargo.toml +++ b/ghost-crab-macros/Cargo.toml @@ -6,6 +6,7 @@ name = "ghost-crab-macros" description = "macros for ghost-crab" version = "0.1.0" edition = "2021" +license = "MIT" [dependencies] proc-macro2 = "1.0.85"