We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da6bf commit 8331509Copy full SHA for 8331509
Cargo.toml
@@ -54,6 +54,8 @@ walkdir = { version = "2.5.0", optional = true }
54
55
[dependencies]
56
futures-util = "0.3.31"
57
+#TODO: remove indexmap after moving to rust 1.84+. It's listed here only to lock the version.
58
+indexmap = "=2.11.0"
59
rand = "0.9.0"
60
tokio = { version = "1.43.0", features = ["full"], optional = true }
61
tokio-serial = { version = "5.4.5", optional = true }
0 commit comments