Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09f77e1fee | ||
|
|
528d64b6f9 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "onspring-api-sdk-rust"
|
||||
version = "0.0.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
description = "Rust SDK for the Onspring API"
|
||||
license = "MIT"
|
||||
|
||||
@@ -33,14 +33,14 @@ Requires Rust edition 2021 or later (Rust 1.56+).
|
||||
Add the SDK to your project using Cargo:
|
||||
|
||||
```sh
|
||||
cargo add onspring
|
||||
cargo add onspring-api-sdk-rust
|
||||
```
|
||||
|
||||
Or add it directly to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
onspring = "0.1"
|
||||
onspring-api-sdk-rust = "<latest>"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user