Add helper for setting config values efficiently

This commit is contained in:
Jeremy Soller 2024-01-14 18:55:15 -07:00
parent 8fe14ee46d
commit 6536a66ba2
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 31 additions and 2 deletions

View file

@ -10,6 +10,7 @@ env_logger = "0.10"
lazy_static = "1"
lexical-sort = "0.3.1"
log = "0.4"
paste = "1.0"
serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1" }
trash = "3.2.0"