main
parent
d58d542466
commit
3035a73245
12
Cargo.toml
12
Cargo.toml
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lookaround"
|
authors = ["Trish"]
|
||||||
version = "0.1.0"
|
categories = ["command-line-utilities"]
|
||||||
|
description = "Report and find your MAC and IP addresses within LANs"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
homepage = "https://six-five-six-four.com/git/reactor/lookaround"
|
||||||
|
keywords = ["address", "discovery", "ip", "network"]
|
||||||
|
license = "AGPL-3.0"
|
||||||
|
name = "lookaround"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://six-five-six-four.com/git/reactor/lookaround"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mac_address = "1.1.2"
|
mac_address = "1.1.2"
|
||||||
|
|
Loading…
Reference in New Issue