config/Cargo.toml

11 lines
206 B
TOML
Raw Normal View History

2022-06-27 19:23:56 -04:00
[package]
name = "config"
2022-06-27 21:48:09 -04:00
version = "0.1.2"
2022-06-27 19:23:56 -04:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.5.6"
2022-06-27 19:23:56 -04:00
toml = "0.5.9"