Load config file on startup

This commit is contained in:
Joscha 2022-08-25 22:12:29 +02:00
parent 8419afd2e1
commit d61e0ceab7
5 changed files with 49 additions and 12 deletions

View file

@ -14,9 +14,11 @@ edit = "0.1.4"
log = { version = "0.4.17", features = ["std"] }
parking_lot = "0.12.1"
rusqlite = { version = "0.28.0", features = ["bundled", "time"] }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["full"] }
toml = "0.5.9"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"