owoify/Cargo.toml

14 lines
297 B
TOML
Raw Normal View History

2019-07-31 23:00:09 +00:00
[package]
name = "owoify"
version = "0.1.0"
description = "Text owoification library"
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"