5 lines
161 B
TOML
5 lines
161 B
TOML
[workspace]
|
|
members = [
|
|
"quicktap", # Fast WireGuard implementation library
|
|
"quicktap-cli", # A userspace Wireguard implementation (wrapper around quicktap)
|
|
]
|