toml config

This commit is contained in:
nora 2021-12-17 16:42:01 +01:00
parent 503bae869b
commit 55c99f5b5f
4 changed files with 30 additions and 4 deletions

View file

@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1.0.132"
toml = "0.5.8"