Prepping for first releases
This commit is contained in:
parent
de2eb6efed
commit
9e0f346f4c
@ -3,9 +3,10 @@ name = "protomask"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Evan Pratten <ewpratten@gmail.com>"]
|
authors = ["Evan Pratten <ewpratten@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "<description>"
|
description = "A user space NAT64 implementation"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/ewpratten/protomask"
|
homepage = "https://protomask.ewpratten.com"
|
||||||
|
documentation = "https://docs.rs/protomask"
|
||||||
repository = "https://github.com/ewpratten/protomask"
|
repository = "https://github.com/ewpratten/protomask"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
keywords = []
|
keywords = []
|
||||||
|
12
README.md
12
README.md
@ -2,15 +2,5 @@
|
|||||||
[](https://crates.io/crates/protomask)
|
[](https://crates.io/crates/protomask)
|
||||||
[](https://docs.rs/protomask)
|
[](https://docs.rs/protomask)
|
||||||
[](https://github.com/Ewpratten/protomask/actions/workflows/build.yml)
|
[](https://github.com/Ewpratten/protomask/actions/workflows/build.yml)
|
||||||
[](https://github.com/Ewpratten/protomask/actions/workflows/clippy.yml)
|
|
||||||
|
|
||||||
|
A user space NAT64 implementation
|
||||||
repo description
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
This crate can be installed via `cargo` with:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cargo install protomask
|
|
||||||
```
|
|
||||||
|
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#![deny(unsafe_code)]
|
||||||
|
|
||||||
|
pub mod nat;
|
Loading…
x
Reference in New Issue
Block a user