init commit

This commit is contained in:
2019-11-21 23:09:05 +08:00
parent 2d28ffad6c
commit eff3dd73fb
4 changed files with 553 additions and 4 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "digest"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-crypto = "0.2.36"
libsm = "0.3.0"
rust_util = { git = "https://github.com/jht5945/rust_util" }