From 732a65b04096607b98121c7d7c239d15221472a5 Mon Sep 17 00:00:00 2001 From: namuyan Date: Wed, 27 May 2020 13:34:42 +0900 Subject: [PATCH] add trivial info to Cargo.toml --- Cargo.toml | 7 +++++++ README.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3914e69..9106a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,15 @@ name = "bc4py_hash" version = "0.1.0" authors = ["namuyan "] edition = "2018" +license = "MIT" +description = "bc4py crypto hash functions library" +repository = "https://github.com/namuyan/bc4py_hash" +readme = "README.md" build = "build.rs" +[lib] +crate-type = ["cdylib"] + [dependencies] libc = "0.2" diff --git a/README.md b/README.md index e00157b..d4cc351 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ requirement * MSVC on windows * GCC on linux +test +---- +```commandline +cargo test +``` + install ---- ```commandline