1
0
Fork 0
forked from wry/wry

config: add support for status commands

This commit is contained in:
Julian Orth 2024-03-07 14:12:29 +01:00
parent 44b19cbc9a
commit 7eb4510eab
6 changed files with 303 additions and 3 deletions

View file

@ -13,3 +13,6 @@ futures-util = { version = "0.3.30", features = ["io"] }
uapi = "0.2.12"
thiserror = "1.0.57"
backtrace = "0.3.69"
error_reporter = "1.0.0"
serde_json = "1.0.114"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }