Add cryptonum as a submodule.

This commit is contained in:
2019-03-07 21:55:56 -07:00
parent 5a69795fdf
commit 3a6ae61707
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "cryptonum"]
path = cryptonum
url = https://github.com/acw/cryptonum.git

View File

@@ -11,7 +11,7 @@ repository = "https://github.com/acw/simple_crypto"
[dependencies]
byteorder = "^1.2.7"
chrono = "^0.4.6"
cryptonum = { path = "../cryptonum" }
cryptonum = { path = "cryptonum" }
digest = "^0.8.0"
hmac = "^0.7.0"
num = "^0.2.0"

1
cryptonum Submodule

Submodule cryptonum added at 037413ad15