feat: add sync and async

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-03 20:43:21 +01:00
parent ad736bc8c0
commit ec9a60318f
6 changed files with 214 additions and 11 deletions

View File

@@ -2,6 +2,9 @@
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
[workspace.dependencies]
noretry = { path = "crates/noretry" }