12 lines
290 B
TOML
12 lines
290 B
TOML
[package]
|
|
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"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|