22 lines
656 B
TOML
22 lines
656 B
TOML
[package]
|
|
name = "vapored"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
async-tungstenite = { version = "0.27.0", features = ["tokio-rustls-native-certs"] }
|
|
color-eyre.workspace = true
|
|
env_logger.workspace = true
|
|
flate2 = "1.0.33"
|
|
futures = "0.3.30"
|
|
hex = "0.4.3"
|
|
keyvalues-serde.workspace = true
|
|
log.workspace = true
|
|
protobuf.workspace = true
|
|
qrcode = "0.14.1"
|
|
rand = "0.8.5"
|
|
reqwest = { version = "0.12", features = ["rustls-tls-native-roots"], default-features = false}
|
|
serde = { version = "1.0.209", features = ["derive"] }
|
|
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros", "time"]}
|
|
vapore-proto.path = "../proto"
|