14 lines
368 B
TOML
14 lines
368 B
TOML
[package]
|
|
name = "mixnet-protocol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.32", features = ["sync", "net", "time"] }
|
|
sphinx-packet = "0.1.0"
|
|
futures = "0.3"
|
|
tokio-util = { version = "0.7", features = ["io", "io-util"] }
|
|
thiserror = "1"
|