13 lines
356 B
TOML
13 lines
356 B
TOML
[package]
|
|
name = "mixnet-topology"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
hex = "0.4"
|
|
# Using an older version, since `nym-sphinx` depends on `rand` v0.7.3.
|
|
rand = "0.7.3"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
sphinx-packet = "0.1.0"
|
|
nym-sphinx = { package = "nym-sphinx", git = "https://github.com/nymtech/nym", tag = "v1.1.22" }
|