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