Skip to content

Commit

Permalink
(Try to) make netlink-request publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
strohel committed Sep 13, 2024
1 parent fed1ec7 commit b32194e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion netlink-request/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
authors = ["Jake McGinty <[email protected]>"]
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"
edition = "2021"

[target.'cfg(target_os = "linux")'.dependencies]
netlink-sys = "0.8.5"
Expand Down
5 changes: 5 additions & 0 deletions netlink-request/README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions publicip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["Jake McGinty <[email protected]>"]
edition = "2021"
name = "publicip"
publish = false
version = "0.1.0"

[dependencies]
1 change: 1 addition & 0 deletions wireguard-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion wireguard-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b32194e

Please sign in to comment.