4a8c09f476
* Add dynamic connect support to ip packet router * Disconnect inactive clients * Don't generate ip same as tun device * clippy * Extract a few functions to separate mod * clippy
20 lines
507 B
TOML
20 lines
507 B
TOML
[package]
|
|
name = "nym-ip-packet-requests"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
bytes = "1.5.0"
|
|
nym-sphinx = { path = "../nymsphinx" }
|
|
rand = "0.8.5"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
thiserror = { workspace = true }
|