remac 0.1.1

Change your MAC address
Documentation
[[bin]]
name = "remac"
path = "src/main.rs"

[dependencies]

[lib]
name = "remac"
path = "src/lib.rs"

[package]
authors = ["Nathan Henrie <nate@n8henrie.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Change your MAC address"
edition = "2024"
license = "MIT"
name = "remac"
readme = "README.md"
repository = "https://github.com/n8henrie/remac"
version = "0.1.1"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"