refactor!: replace CLI with workspace scaffold for WASM provider service

This commit is contained in:
2026-06-05 14:37:03 +02:00
parent f8555722af
commit de0b0d9280
28 changed files with 75 additions and 4729 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "whoareyou-provider-hitta"
version.workspace = true
edition.workspace = true
authors.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
[dev-dependencies]