add some info

This commit is contained in:
nora 2024-02-06 19:54:00 +01:00
parent 0db7e723a4
commit 33748193aa
5 changed files with 372 additions and 1 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glob-match = "0.2.1"
serde = { version = "1.0.196", features = ["derive"] }
toml = "0.8.10"