From f8cc64469eba3ca60b8e5f8dc9948a2d316e3c21 Mon Sep 17 00:00:00 2001 From: Luis Herasme Date: Fri, 19 Jul 2024 14:08:55 -0400 Subject: [PATCH] Adds license and description to ghost-crab-common --- ghost-crab-common/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost-crab-common/Cargo.toml b/ghost-crab-common/Cargo.toml index cf61ea4..6c2c3f4 100644 --- a/ghost-crab-common/Cargo.toml +++ b/ghost-crab-common/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "ghost-crab-common" +description = "ghost-crab common" version = "0.1.0" edition = "2021" +license = "MIT" [lib]