mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-06 10:06:27 -08:00
* wireguard-broker: merge from dev/broker-architecture * use zerocopy instead of lenses * Require use_broker feature flag to comile broker binaries * Remove PhantomData from BrokerServer & BrokerClient * Modify mio client rx to be non-recursive, add integration test Co-authored-by: Karolin Varner <karo@cupdev.net> Co-authored-by: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com>
21 lines
637 B
TOML
21 lines
637 B
TOML
[package]
|
|
name = "rosenpass-util"
|
|
version = "0.1.0"
|
|
authors = ["Karolin Varner <karo@cupdev.net>", "wucke13 <wucke13@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Rosenpass internal utilities"
|
|
homepage = "https://rosenpass.eu/"
|
|
repository = "https://github.com/rosenpass/rosenpass"
|
|
readme = "readme.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
base64ct = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
typenum = { workspace = true }
|
|
static_assertions = { workspace = true }
|
|
rustix = {workspace = true}
|
|
zeroize = {workspace = true}
|