strath/Cargo.toml

11 lines
215 B
TOML
Raw Normal View History

2021-12-15 19:28:10 +00:00
[package]
name = "strath"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-16 16:52:06 +00:00
lazy_static="1.4.0"
fancy-regex="0.7.1"