From 295623efb295a64e0e4e131b6580c81e520c1b1d Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 11 Jan 2025 00:26:21 -0500 Subject: [PATCH] Add Cargo information --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8b3f0ff..e2d1491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "comlexr" +description = "Dynamically build Command objects with conditional expressions" +repository = "https://gitlab.com/wunker-bunker/comlexr" version = "1.0.0" edition = "2018" +license = "MIT" [lib] proc-macro = true