mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 06:14:21 +01:00
clarify rust install documentation
This commit is contained in:
@@ -88,7 +88,13 @@ dotnet add package Breez.Sdk
|
||||
|
||||
## rust
|
||||
|
||||
Currently rust is still not accessible via cargo 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.
|
||||
We recommend to add breez sdk as a git dependency with a specific release tag.
|
||||
Check https://github.com/breez/breez-sdk/releases for the latest version.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.2.7" }
|
||||
```
|
||||
|
||||
## Dart/Flutter
|
||||
We recommend to add our official flutter package as a git dependency.
|
||||
|
||||
Reference in New Issue
Block a user