mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 22:34:19 +01:00
Merge branch 'main' into ok300-snippets-rust
This commit is contained in:
@@ -90,6 +90,11 @@ dotnet add package Breez.Sdk
|
|||||||
|
|
||||||
Currently, rust is still not accessible via crates.io and is needed to be built from source. Please visit the [sdk-core](https://github.com/breez/breez-sdk/tree/main/libs/sdk-core) project for instructions.
|
Currently, rust is still not accessible via crates.io and is needed to be built from source. Please visit the [sdk-core](https://github.com/breez/breez-sdk/tree/main/libs/sdk-core) project for instructions.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[dependencies]
|
||||||
|
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.2.7" }
|
||||||
|
```
|
||||||
|
|
||||||
## Dart / Flutter
|
## Dart / Flutter
|
||||||
|
|
||||||
We recommend to add our official flutter package as a git dependency.
|
We recommend to add our official flutter package as a git dependency.
|
||||||
|
|||||||
Reference in New Issue
Block a user