config/Cargo.toml

9 lines
190 B
TOML

[package]
name = "config"
version = "0.0.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
toml = "0.5.9"