Compare commits

...

2 Commits
v0.1.3 ... main

Author SHA1 Message Date
9d79891ce6 Merge branch 'dev' into 'main'
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" }

See merge request 4nk/sdk_client!1
2024-05-31 15:58:27 +00:00
e7e02dfa8a sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" } 2024-05-31 15:57:12 +00:00

View File

@ -17,8 +17,9 @@ wasm-logger = "0.2.0"
rand = "0.8.5"
log = "0.4.6"
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
sdk_common = { path = "../../../sdk_common" }
#sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "demo" }
# sdk_common = { path = "../../../sdk_common" }
# sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "demo" }
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" }
shamir = { git = "https://github.com/Sosthene00/shamir", branch = "master" }
img-parts = "0.3.0"