This commit is contained in:
Djkáťo 2024-03-11 17:48:54 +01:00
parent 60e21eb3d6
commit 0b5842c6eb
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "saleor-app-sdk"
authors = ["Djkáťo <djkatovfx@gmail.com>"]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Unofficial Saleor App SDK like library, made to for Rust."
keywords = ["saleor", "sdk", "plugin"]

View file

@ -6,10 +6,10 @@ This repo is very likely to introduce breaking changes as it's very early in dev
Current Coverage: ~10%
- [x] Base Types (Manifest, Webhooks, SaleorApp etc.)
- [x] Base Types (Manifest, Webhooks, SaleorApp, Auth etc.)
- [x] APLs (Only redis currently implemented)
- [x] Webhook utilities (Axum middleware for payload signature verification)
- [ ] JWT Management
- [ ] Webhook utilities
- [ ] Settings Manager
- [ ] App Bridge
- [ ] Handlers