22 lines
594 B
TOML
22 lines
594 B
TOML
[package]
|
|
name = "euphoxide-client"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[dependencies]
|
|
cookie = { workspace = true }
|
|
euphoxide = { workspace = true }
|
|
jiff = { workspace = true }
|
|
log = { workspace = true }
|
|
tokio = { workspace = true, features = ["rt"] }
|
|
tokio-tungstenite = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
anyhow = { workspace = true }
|
|
rustls = { workspace = true }
|
|
tokio = { workspace = true, features = ["full"] }
|
|
tokio-tungstenite = { workspace = true, features = ["rustls-tls-native-roots"] }
|
|
|
|
[lints]
|
|
workspace = true
|