basic config system

This commit is contained in:
Reid 2023-08-28 16:30:10 -07:00
parent 77ad597963
commit fa1d23cb3e
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
8 changed files with 78 additions and 10 deletions

View file

@ -11,3 +11,4 @@ regex = "1.9.4"
rocket = "=0.5.0-rc.3"
serde = { version = "1.0.188", features = ["derive"] }
sha = "1.0.3"
toml = "0.7.6"