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