ce79d5a3bc
* nym-sphinx: update crate metadata * Update crate metadata for nym-version-checker and nym-topology
18 lines
534 B
TOML
18 lines
534 B
TOML
[package]
|
|
name = "nym-sphinx-forwarding"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
readme = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nym-sphinx-addressing = { path = "../addressing" }
|
|
nym-sphinx-params = { path = "../params" }
|
|
nym-sphinx-types = { path = "../types" }
|