2022-09-21 21:32:09 +00:00
|
|
|
[package]
|
2023-09-14 08:10:17 +00:00
|
|
|
name = "yard"
|
2022-09-21 21:32:09 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-09-03 12:28:48 +00:00
|
|
|
authors = [ "Sven Vogel" ]
|
2022-09-21 21:32:09 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
regex = "*"
|
2022-10-05 11:10:29 +00:00
|
|
|
lazy_static = "1.4.0"
|
2022-12-06 14:02:03 +00:00
|
|
|
rand = "*"
|
2022-11-14 16:50:34 +00:00
|
|
|
colored = "*"
|
|
|
|
|