update subcrate readme
This commit is contained in:
parent
7d5234b003
commit
cfcbe6504f
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trifid-pki"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "A rust implementation of the Nebula PKI system"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
|
@ -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!
|
Loading…
Reference in New Issue