23 lines
575 B
TOML
23 lines
575 B
TOML
[package]
|
|
name = "nym-wireguard-private-metadata-client"
|
|
description = "nym-wireguard client implementation"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
rust-version.workspace = true
|
|
readme.workspace = true
|
|
publish = true
|
|
|
|
[dependencies]
|
|
async-trait = { workspace = true }
|
|
tracing = { workspace = true }
|
|
nym-http-api-client = { workspace = true }
|
|
nym-wireguard-private-metadata-shared = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|