Add license

This commit is contained in:
Nettika 2025-11-20 09:50:40 -08:00
parent 183cf43c86
commit 2feabdb8bd
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,7 @@ publish = ["nettika"]
description = "A procedural macro that removes leading indentation from string literals."
repository = "https://forge.leaf.ninja/nettika/dedent"
readme = "readme.md"
license = "MIT"
[lib]
proc-macro = true