diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 754ec94..b3c2f08 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -3,12 +3,12 @@ name = "saleor-app-sdk" authors = ["Djkáťo "] version = "0.1.0" edition = "2021" -description = "Unofficial Saleor App SDK like library, made to work with rust." +description = "Unofficial Saleor App SDK like library, made to for Rust." keywords = ["saleor", "sdk", "plugin"] categories = ["api-bindings", "web-programming::http-server"] -homepage = "https://github.com/djkato/saleor-app-rs-template" -repository = "https://github.com/djkato/saleor-app-rs-template" -documentation = "https://github.com/djkato/saleor-app-rs-template" +homepage = "https://github.com/djkato/saleor-apps-rs" +repository = "https://github.com/djkato/saleor-apps-rs" +documentation = "https://github.com/djkato/saleor-apps-rs" license = "MIT OR Apache-2.0" [dependencies] diff --git a/sdk/README.md b/sdk/README.md index 8a212d2..8bff161 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -1,16 +1,18 @@ # Unofficial Saleor App SDK SDK for building [Saleor Apps](https://github.com/saleor/apps), inspired by The [Official Saleor SDK](https://github.com/saleor/apps) + This repo is very likely to introduce breaking changes as it's very early in development. Made specifically for the [Saleor App Template for Rust](https://github.com/djkato/saleor-apps-rs) Current Coverage: ~10% -[x] Base Types (Manifest, Webhooks, SaleorApp etc.) -[x] APLs (Only redis currently implemented) -[ ] JWT Management -[ ] Webhook utilities -[ ] Settings Manager -[ ] App Bridge -[ ] Handlers + +- [x] Base Types (Manifest, Webhooks, SaleorApp etc.) +- [x] APLs (Only redis currently implemented) +- [ ] JWT Management +- [ ] Webhook utilities +- [ ] Settings Manager +- [ ] App Bridge +- [ ] Handlers ## Usage