(Try to) make netlink-request publishable

This commit is contained in:
Matěj Laitl 2024-09-05 16:21:35 +02:00
parent fed1ec794f
commit b32194e031
5 changed files with 17 additions and 3 deletions

View file

@ -1,7 +1,14 @@
[package]
name = "netlink-request"
version = "1.6.1"
authors = ["Jake McGinty <me@jakebot.org>"]
categories = ["os::unix-apis"]
description = "A helper to perform requests using the Linux netlink interface"
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]
netlink-sys = "0.8.5"

View 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.

View file

@ -2,6 +2,7 @@
authors = ["Jake McGinty <me@jakebot.org>"]
edition = "2021"
name = "publicip"
publish = false
version = "0.1.0"
[dependencies]

View file

@ -7,6 +7,7 @@ license = "LGPL-2.1-or-later"
name = "wireguard-control"
readme = "README.md"
repository = "https://github.com/tonarino/innernet"
publish = true
version = "1.6.1"
[dependencies]

View file

@ -9,4 +9,4 @@ Currently supports:
* Linux kernel WireGuard implementation
* Userspace WireGuard implementations (tested against `wireguard-go` on macOS and Linux)
Versioning is held in lockstep with innernet, although this may change in the future.
Versioning is held in lockstep with innernet, although this may change in the future.