hypha: initialize vif bridge for networking

This commit is contained in:
Alex Zenla
2024-02-02 00:02:44 +00:00
parent 98787193f5
commit 7a6c2dda8c
7 changed files with 618 additions and 3 deletions

16
libs/advmac/Cargo.toml Normal file
View File

@ -0,0 +1,16 @@
# This package is from https://github.com/GamePad64/advmac
# Mycelium maintains an in-tree version because of dependencies
# being out of date.
[package]
name = "advmac"
version.workspace = true
license = "MIT"
edition = "2021"
[lib]
name = "advmac"
[dependencies]
serde = { workspace = true }
rand = { workspace = true }
arrayvec = { workspace = true, features = ["serde"] }