spongemock 0.0.0

A library and CLI-tool for random text capitalization
Documentation
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[package]
name = "spongemock"
version = "0.0.0"
authors = ["Bernd-L <git@bernd.pw>"]
edition = "2018"

license = "AGPL-3.0-or-later"
repository = "https://github.com/Bernd-L/spongemock"
homepage = "https://github.com/Bernd-L/spongemock#readme"
readme = "README.md"
documentation = "https://docs.rs/spongemock"
description = "A library and CLI-tool for random text capitalization"
include = ["/README.md", "/LICENSE.md", "/Cargo.toml", "/Cargo.lock", "/src"]


[lib]
name = "spongemock"
path = "src/lib.rs"

[[bin]]
name = "sm"
path = "src/bin/main.rs"


[dependencies]