owoify/Cargo.toml

17 lines
402 B
TOML
Raw Normal View History

2019-07-31 23:00:09 +00:00
[package]
name = "owoify"
2019-08-01 13:54:11 +00:00
version = "0.1.3"
description = "Text owoification library"
2019-08-01 14:20:58 +00:00
repository = "https://github.com//owoify"
documentation = "https://docs.rs/owoify/"
readme = "README.md"
license = "MIT"
2019-08-01 12:00:41 +00:00
authors = [" <@protonmail.com>"]
2019-07-31 23:00:09 +00:00
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"