From cfcbe6504f0eee543d1e4186b0648e008ffd3e92 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Mon, 27 Feb 2023 14:55:02 -0500 Subject: [PATCH] update subcrate readme --- trifid-pki/Cargo.toml | 2 +- trifid-pki/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 trifid-pki/README.md diff --git a/trifid-pki/Cargo.toml b/trifid-pki/Cargo.toml index 780d5d4..4335b00 100644 --- a/trifid-pki/Cargo.toml +++ b/trifid-pki/Cargo.toml @@ -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" diff --git a/trifid-pki/README.md b/trifid-pki/README.md new file mode 100644 index 0000000..c40332a --- /dev/null +++ b/trifid-pki/README.md @@ -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! \ No newline at end of file