feat(api): config-edit endpoints PATCH/GET /v1/config

This commit is contained in:
Mirotin Artem
2026-06-09 11:44:07 +03:00
parent e39aaeb5c5
commit d7e16f5b26
4 changed files with 344 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ tokio-test = "0.4"
criterion = "0.8"
proptest = "1.4"
futures = "0.3"
tempfile = "3.27.0"
[[bench]]
name = "crypto_bench"