1

Create rtnl

This commit is contained in:
Evan Pratten 2023-08-02 20:05:00 -04:00
parent 7d0a9f08dd
commit 032dcb7fa9

17
libs/rtnl/Cargo.toml Normal file
View File

@ -0,0 +1,17 @@
[package]
name = "rfc6052"
version = "1.0.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "Rust functions for interacting with RFC6052 IPv4-Embedded IPv6 Addresses"
readme = "README.md"
homepage = "https://github.com/ewpratten/protomask/tree/master/libs/rfc6052"
documentation = "https://docs.rs/rfc6052"
repository = "https://github.com/ewpratten/protomask"
license = "GPL-3.0"
keywords = []
categories = []
[dependencies]
thiserror = "^1.0.44"
ipnet = "^2.8.0"