forked from elsirion/fedimint-observer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
16 lines (14 loc) · 911 Bytes
/
Cargo.toml
File metadata and controls
16 lines (14 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
members = [
"fmo_api_types",
"fmo_frontend",
"fmo_server",
]
resolver = "2"
[workspace.dependencies]
fedimint-api-client = { version = "0.8.0-beta.2", git = "https://github.com/elsirion/fedimint", branch = "v0.8-beta.2-patch-xyz" }
fedimint-core = { version = "0.8.0-beta.2", git = "https://github.com/elsirion/fedimint", branch = "v0.8-beta.2-patch-xyz" }
fedimint-ln-common = { version = "0.8.0-beta.2", git = "https://github.com/elsirion/fedimint", branch = "v0.8-beta.2-patch-xyz" }
fedimint-meta-client = { version = "0.8.0-beta.2", git = "https://github.com/elsirion/fedimint", branch = "v0.8-beta.2-patch-xyz" }
fedimint-mint-common = { version = "0.8.0-beta.2", git = "https://github.com/elsirion/fedimint", branch = "v0.8-beta.2-patch-xyz" }
fedimint-wallet-common = { version = "0.8.0-beta.2", git = "https://github.com/elsirion/fedimint", branch = "v0.8-beta.2-patch-xyz" }