chore: setup project info in cargo.toml and update links in README.md
This commit is contained in:
@@ -4,6 +4,9 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
description = "Rust SDK for the Onspring API"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/StevanFreeborn/onspring-api-sdk-rust"
|
||||
homepage = "https://github.com/StevanFreeborn/onspring-api-sdk-rust"
|
||||
documentation = "https://docs.rs/onspring-api-sdk-rust"
|
||||
|
||||
[lib]
|
||||
name = "onspring"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Onspring API Rust SDK
|
||||
|
||||
[](https://github.com/StevanFreeborn/onspring-api-sdk-rust/actions/workflows/ci.yml)
|
||||
[](https://crates.io/crates/onspring)
|
||||
[](https://docs.rs/onspring)
|
||||
[](https://crates.io/crates/onspring-api-sdk-rust)
|
||||
[](https://docs.rs/onspring-api-sdk-rust)
|
||||
[](LICENSE.md)
|
||||
|
||||
The Rust SDK for the Onspring API is meant to simplify development in Rust for Onspring customers who want to build integrations with their Onspring instance.
|
||||
|
||||
Reference in New Issue
Block a user