Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit ccf3631

Browse files
Merge pull request #867 from MutinyWallet/add-fedimint
Add fedimint
2 parents d99208d + 2a53516 commit ccf3631

File tree

21 files changed

+5186
-656
lines changed

21 files changed

+5186
-656
lines changed

.cargo/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[build]
22
target = "wasm32-unknown-unknown"
3+
# for fedimint to use tokio::task::Builder - https://github.com/fedimint/fedimint/issues/3951
4+
rustflags = ["--cfg", "tokio_unstable"]

0 commit comments

Comments
 (0)