dedent/Cargo.toml

13 lines
290 B
TOML
Raw Normal View History

2025-11-20 01:27:59 -08:00
[package]
name = "dedent"
version = "0.1.0"
edition = "2024"
2025-11-20 09:41:47 -08:00
publish = ["nettika"]
description = "A procedural macro that removes leading indentation from string literals."
repository = "https://forge.leaf.ninja/nettika/dedent"
readme = "readme.md"
2025-11-20 09:50:40 -08:00
license = "MIT"
2025-11-20 01:27:59 -08:00
[lib]
proc-macro = true