add forwarder deps
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
d7d62d343b
commit
794468d98a
2 changed files with 722 additions and 35 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -3,11 +3,17 @@ name = "noteguard"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
forwarder = ["tokio-tungstenite", "tokio", "futures-util"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.5"
|
||||
tracing = "0.1.40"
|
||||
|
||||
|
||||
|
||||
# forwarder deps
|
||||
tokio-tungstenite = { version = "0.23.1", optional = true }
|
||||
tokio = { version = "1.38.0", features = ["macros", "time", "sync", "rt-multi-thread"], optional = true }
|
||||
futures-util = { version = "0.3.30", optional = true }
|
||||
log = "0.4.22"
|
||||
env_logger = "0.11.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue