Files
nym/common/nymsphinx/routing/Cargo.toml
T
Jędrzej Stuczyński f64cfb4cd1 wip
2023-04-25 09:53:32 +01:00

14 lines
381 B
TOML

[package]
name = "nym-sphinx-routing"
version = "0.1.0"
description = "Sphinx packet routing as Nym mix packets"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
thiserror = { workspace = true }
nym-sphinx-addressing = { path = "../addressing" }
nym-sphinx-types = { path = "../types" }