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