From d28bf4fe1b20faf18763a0977b00f40a0a5e6392 Mon Sep 17 00:00:00 2001 From: Avril Date: Tue, 23 Jun 2020 22:34:49 +0100 Subject: [PATCH] basic readme --- Cargo.toml | 1 + README.org | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README.org diff --git a/Cargo.toml b/Cargo.toml index 990015e..0e6d05c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "Kana hashes" version = "1.0.0" authors = ["Avril "] edition = "2018" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/README.org b/README.org new file mode 100644 index 0000000..9de2590 --- /dev/null +++ b/README.org @@ -0,0 +1,15 @@ +* libkhash - kana-hash + Kana mnemonic hashes + +** TODO Rust interface + +** C header + Documented in =./include/khash.h= + +** Node FFI bindings + NPM package in =./node= + +** TODO Documentation + +** License + GPL'd with <3