update subcrate readme

This commit is contained in:
c0repwn3r 2023-02-27 14:55:02 -05:00
parent 7d5234b003
commit cfcbe6504f
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trifid-pki" name = "trifid-pki"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "A rust implementation of the Nebula PKI system" description = "A rust implementation of the Nebula PKI system"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"

5
trifid-pki/README.md Normal file
View File

@ -0,0 +1,5 @@
# trifid-pki
A Rust crate for interacting with keys and certificates in the [Nebula PKI](https://github.com/slackhq/nebula). This crate is essentially a direct port of `cert/` in the Nebula source repo.
See docs.rs for autogenerated documentation - examples coming soon!