Add cryptonum as a submodule.
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "cryptonum"]
|
||||||
|
path = cryptonum
|
||||||
|
url = https://github.com/acw/cryptonum.git
|
||||||
@@ -11,7 +11,7 @@ repository = "https://github.com/acw/simple_crypto"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "^1.2.7"
|
byteorder = "^1.2.7"
|
||||||
chrono = "^0.4.6"
|
chrono = "^0.4.6"
|
||||||
cryptonum = { path = "../cryptonum" }
|
cryptonum = { path = "cryptonum" }
|
||||||
digest = "^0.8.0"
|
digest = "^0.8.0"
|
||||||
hmac = "^0.7.0"
|
hmac = "^0.7.0"
|
||||||
num = "^0.2.0"
|
num = "^0.2.0"
|
||||||
|
|||||||
1
cryptonum
Submodule
1
cryptonum
Submodule
Submodule cryptonum added at 037413ad15
Reference in New Issue
Block a user