init commit

This commit is contained in:
2019-12-29 23:33:53 +08:00
parent 8e33e895b2
commit 7acb91121e
4 changed files with 44 additions and 1 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "crypto-tool"
version = "0.0.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
readme = "README.md"
repository = "https://git.hatter.ink/hatter/crypto-tool"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-crypto = "0.2.36"
base64 = "0.11.0"
urlencoding = "1.0.0"
rust_util="0.2.0"