Add Cargo information

This commit is contained in:
2025-01-11 00:26:21 -05:00
parent 4e80de1814
commit 295623efb2

View File

@@ -1,7 +1,10 @@
[package] [package]
name = "comlexr" name = "comlexr"
description = "Dynamically build Command objects with conditional expressions"
repository = "https://gitlab.com/wunker-bunker/comlexr"
version = "1.0.0" version = "1.0.0"
edition = "2018" edition = "2018"
license = "MIT"
[lib] [lib]
proc-macro = true proc-macro = true