owoify/Cargo.toml

17 lines
402 B
TOML

[package]
name = "owoify"
version = "0.1.3"
description = "Text owoification library"
repository = "https://github.com//owoify"
documentation = "https://docs.rs/owoify/"
readme = "README.md"
license = "MIT"
authors = [" <@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.2.0"
rand = "0.7.0"