|
|
@@ -9,9 +9,9 @@ edition = "2021"
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
[dependencies]
|
|
|
-darkfi-sdk = {git = "https://codeberg.org/darkrenaissance/darkfi"}
|
|
|
-darkfi-serial = {git = "https://codeberg.org/darkrenaissance/darkfi", features = ["crypto"]}
|
|
|
-darkfi_money_contract = {git = "https://codeberg.org/darkrenaissance/darkfi", features = ["no-entrypoint"]}
|
|
|
+darkfi-sdk = {git = "https://git.dark.fi/darkrenaissance/darkfi"}
|
|
|
+darkfi-serial = {git = "https://git.dark.fi/darkrenaissance/darkfi", features = ["crypto"]}
|
|
|
+darkfi_money_contract = {git = "https://git.dark.fi/darkrenaissance/darkfi", features = ["no-entrypoint"]}
|
|
|
|
|
|
thiserror = "1.0.58"
|
|
|
|