Skip to content

Commit

Permalink
add trivial info to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
namuyan committed May 27, 2020
1 parent 1b515f3 commit 732a65b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ name = "bc4py_hash"
version = "0.1.0"
authors = ["namuyan <thhjuu@yahoo.co.jp>"]
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"

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ requirement
* MSVC on windows
* GCC on linux

test
----
```commandline
cargo test
```

install
----
```commandline
Expand Down

0 comments on commit 732a65b

Please sign in to comment.