snakify/Cargo.toml
mxhagen 81cf35c69e update: add --force option
also collapse multiple consecutive separators into one underscore.
2024-11-03 14:32:03 +01:00

11 lines
180 B
TOML

[package]
name = "snakify"
version = "1.1.0"
edition = "2021"
authors = ["mxhagen"]
description = "Quickly snake-caseify any input text"
license = "GPL-3.0"
readme = "README.md"