Configure registry

This commit is contained in:
Nettika 2025-11-20 09:41:47 -08:00
parent 0c37523329
commit 183cf43c86
3 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,10 @@
name = "dedent"
version = "0.1.0"
edition = "2024"
publish = ["nettika"]
description = "A procedural macro that removes leading indentation from string literals."
repository = "https://forge.leaf.ninja/nettika/dedent"
readme = "readme.md"
[lib]
proc-macro = true