Yard/Cargo.toml

15 lines
260 B
TOML

[package]
name = "yard"
version = "0.1.0"
edition = "2021"
authors = [ "Sven Vogel" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "*"
lazy_static = "1.4.0"
rand = "*"
colored = "*"