aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2d53c80b..ff8130d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,6 +48,7 @@ rand = { version = "0.8.5", features = ["std"] }
regex = "1.10.5"
reqwest = { version = "0.13", features = ["json", "rustls-no-provider", "stream"], default-features = false }
rmp = { version = "0.8.14" }
+runtime-format = "0.1.3"
rustix = { version = "1.1.4", features = ["process", "fs"] }
rustls = { version = "0.23", default-features = false, features = [ "ring", "std", "tls12", ] }
rusty_paserk = { version = "0.5.0", default-features = false, features = [ "v4", "serde", ] }