config/Cargo.toml

10 lines
190 B
TOML
Raw Normal View History

2022-06-27 19:23:56 -04:00
[package]
name = "config"
2022-06-27 19:26:22 -04:00
version = "0.0.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]
toml = "0.5.9"