diff options
author | Rutger Broekhoff | 2021-05-21 00:16:17 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2021-05-21 00:16:17 +0200 |
commit | cfb10566fdb3093363fc39d21a8c5aa5c4deeeeb (patch) | |
tree | 80774851a87bf93583bcdfaaf233be32eff227b2 /README.md | |
download | zig-nkeys-cfb10566fdb3093363fc39d21a8c5aa5c4deeeeb.tar.gz zig-nkeys-cfb10566fdb3093363fc39d21a8c5aa5c4deeeeb.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..16983d5 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,8 @@ | |||
1 | # NKeys support for Zig | ||
2 | |||
3 | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
4 | |||
5 | Still a work-in-progress, things will definitely change! | ||
6 | |||
7 | Contains a tool called `znk` which is a clone of the [`nk` tool](https://github.com/nats-io/nkeys/tree/master/nk). | ||
8 | |||