clarify rust install documentation

This commit is contained in:
Jesse de Wit
2023-11-06 15:38:13 +01:00
parent f357e8309f
commit e0919db5bb

View File

@@ -88,7 +88,13 @@ dotnet add package Breez.Sdk
## rust ## 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 ## 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.