microsalt 0.1.2

easy to use rust crypto lib (tweetnacl & FFI bindings to it)
Documentation
[package]
name = "microsalt"
version = "0.1.2"
authors = ["e"]
build = "build.rs"
description = "easy to use rust crypto lib (tweetnacl & FFI bindings to it)"
keywords = [ "nacl", "crypto", "ffi"]
license = "MIT"

[dependencies]
libc = "0.*"

[build-dependencies]
gcc = "0.*"