1
0
Fork 0
forked from wry/wry

toml: automatically reload configuration

This commit is contained in:
Mostafa Ibrahim 2025-08-30 16:44:33 +03:00 committed by Julian Orth
parent 636b242347
commit f943036522
6 changed files with 256 additions and 26 deletions

View file

@ -19,6 +19,7 @@ indexmap = "2.2.5"
bstr = { version = "1.9.1", default-features = false }
ahash = "0.8.11"
run-on-drop = "1.0.0"
uapi = "0.2.13"
[dev-dependencies]
simplelog = { version = "0.12.2", features = ["test"] }