fix separator reduction to single underscore and trim leading as well as trailing separators from output
11 lines
180 B
TOML
11 lines
180 B
TOML
[package]
|
|
name = "snakify"
|
|
version = "1.1.1"
|
|
edition = "2021"
|
|
|
|
authors = ["mxhagen"]
|
|
description = "Quickly snake-caseify any input text"
|
|
|
|
license = "GPL-3.0"
|
|
readme = "README.md"
|