update
This commit is contained in:
parent
60e21eb3d6
commit
0b5842c6eb
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue