Skip to content

Can't compile salvo when enable feature that use salvo_extra #498

Answered by chrislearn
DrSensor asked this question in Q&A
Discussion options

You must be logged in to vote

I checked it again, it can compile correctly.

This is my Cargo.toml

[package]
name = "example-websocket"
version = "0.1.0"
edition = "2021"


[dependencies]
salvo = { version = "0.58.3", features = ["websocket"] }
tokio = { version = "1", features = ["full"]}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@DrSensor
Comment options

Comment options

You must be logged in to vote
1 reply
@DrSensor
Comment options

Answer selected by DrSensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants