build: add tokio-tungstenite dependency
This commit is contained in:
parent
bcf857d6b2
commit
838947a7ca
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
simple_logger = "5.0.0"
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
|
||||
tokio-tungstenite = { version = "0.26", features = ["native-tls", "url"] }
|
||||
toml = "0.8"
|
||||
url = { version = "2.5", features = ["serde"] }
|
||||
uuid = { version = "1.16", features = ["serde", "v7"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue