update crate license

This commit is contained in:
c0repwn3r 2023-02-27 14:52:29 -05:00
parent d00d1c1b80
commit 7d5234b003
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ trifid is an open-souce reimplementation of the [Defined Networking](https://def
It includes a reimplementation of the [API Server](https://api.defined.net), the [Web UI](https://admin.defined.net), and `dnclient` - all fully compatible with the original implementation.
We also include a Rust library for interacting with keys and certificates in the Nebula PKI. Find it in `trifid-pki/`, or on crates.rs as `trifid-pki`
The API implementation is tested with the official dnclient implementaiton, and the dnclient implementation is tested with the official API server, to ensure complete feature parity between the two.
The original Web UI does **not** work with trifid-api quite yet, as we haven't finished reverse engineering that API. Feature table below:

View File

@ -3,6 +3,7 @@ name = "trifid-pki"
version = "0.1.0"
edition = "2021"
description = "A rust implementation of the Nebula PKI system"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html