fix checkboxes

This commit is contained in:
Djkáťo 2024-03-11 17:45:41 +01:00
parent aab0a1b8ce
commit 578c6833a7
2 changed files with 13 additions and 11 deletions

View file

@ -3,12 +3,12 @@ name = "saleor-app-sdk"
authors = ["Djkáťo <djkatovfx@gmail.com>"]
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]

View file

@ -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