mirror of
https://github.com/tonarino/innernet.git
synced 2024-11-10 08:55:38 +08:00
(Try to) make netlink-request publishable
This commit is contained in:
parent
fed1ec794f
commit
b32194e031
5 changed files with 17 additions and 3 deletions
|
@ -1,7 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "netlink-request"
|
authors = ["Jake McGinty <me@jakebot.org>"]
|
||||||
version = "1.6.1"
|
categories = ["os::unix-apis"]
|
||||||
|
description = "A helper to perform requests using the Linux netlink interface"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "LGPL-2.1-or-later"
|
||||||
|
name = "netlink-request"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/tonarino/innernet"
|
||||||
|
publish = true
|
||||||
|
version = "1.6.1"
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
netlink-sys = "0.8.5"
|
netlink-sys = "0.8.5"
|
||||||
|
|
5
netlink-request/README.md
Normal file
5
netlink-request/README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# `netlink-request`
|
||||||
|
|
||||||
|
A helper to perform requests using the Linux netlink interface.
|
||||||
|
|
||||||
|
Versioning is held in lockstep with innernet, although this may change in the future.
|
|
@ -2,6 +2,7 @@
|
||||||
authors = ["Jake McGinty <me@jakebot.org>"]
|
authors = ["Jake McGinty <me@jakebot.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "publicip"
|
name = "publicip"
|
||||||
|
publish = false
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -7,6 +7,7 @@ license = "LGPL-2.1-or-later"
|
||||||
name = "wireguard-control"
|
name = "wireguard-control"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tonarino/innernet"
|
repository = "https://github.com/tonarino/innernet"
|
||||||
|
publish = true
|
||||||
version = "1.6.1"
|
version = "1.6.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue