We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c419b14 + f539888 commit 8751ab1Copy full SHA for 8751ab1
step11_ws_state_machine/code/Cargo.toml
@@ -0,0 +1,9 @@
1
+[package]
2
+name = "ws_state_machine"
3
+edition = "2021"
4
+
5
+[dependencies]
6
+axum = { version = "0.8.3", features = ["ws"] }
7
+chrono = "0.4"
8
+clap = { version = "4.0", features = ["derive"] }
9
+tokio = { version = "1", features = ["full"] }
0 commit comments