We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ae475 commit cf21b47Copy full SHA for cf21b47
Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
crate-type = ["cdylib"]
8
9
[dependencies]
10
-horizon_event_system = "0.1.0"
+horizon_event_system = "0.2.0"
11
serde = { version = "1.0", features = ["derive"] }
12
serde_json = "1.0"
13
tokio = { version = "1.0", features = ["full"] }
@@ -17,3 +17,4 @@ lru = "0.14.0"
17
indexmap = "2.0"
18
thiserror = "2.0.12"
19
tracing = { version = "0.1", features = ["log"] }
20
+futures = "0.3"
0 commit comments