-
- Downloads
first working version
parents
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- Cargo.lock 148 additions, 0 deletionsCargo.lock
- Cargo.toml 15 additions, 0 deletionsCargo.toml
- LICENSE 0 additions, 0 deletionsLICENSE
- rustfmt.toml 2 additions, 0 deletionsrustfmt.toml
- src/mac.rs 84 additions, 0 deletionssrc/mac.rs
- src/main.rs 69 additions, 0 deletionssrc/main.rs
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "macchanger" | ||
version = "0.1.0" | ||
authors = ["Urs Schulz <github@ursschulz.de>"] | ||
edition = "2018" | ||
description = "Program to change MAC addresses" | ||
license-file = "LICENSE" | ||
documentation = "https://docs.rs/macchanger/" | ||
homepage = "https://gitlab.com/faulesocke/macchanger-rust" | ||
repository = "https://gitlab.com/faulesocke/macchanger-rust" | ||
[dependencies] | ||
netdevice = "0.1.1" | ||
libc = "0.2.48" | ||
clap = "2.32" |
LICENSE
0 → 100644
This diff is collapsed.
rustfmt.toml
0 → 100644
src/mac.rs
0 → 100644
src/main.rs
0 → 100644
Please register or sign in to comment