mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-24 14:28:10 +00:00
refactor: rename package to solana-streamer-sdk
This commit is contained in:
@@ -31,7 +31,7 @@ Add the dependency to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
# Add to your Cargo.toml
|
# Add to your Cargo.toml
|
||||||
solana-streamer = { path = "./solana-streamer", version = "0.1.0" }
|
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.0" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage Examples
|
## Usage Examples
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@ git clone https://github.com/0xfnzero/solana-streamer
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
# 添加到您的 Cargo.toml
|
# 添加到您的 Cargo.toml
|
||||||
solana-streamer = { path = "./solana-streamer", version = "0.1.0" }
|
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.0" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## 使用示例
|
## 使用示例
|
||||||
|
|||||||
Reference in New Issue
Block a user