chore: add wip web package

This commit is contained in:
Alexander Navarro 2025-05-15 13:02:32 -04:00
parent 2827193fd6
commit f34142dcba
5 changed files with 15 additions and 1 deletions

View file

@ -2,5 +2,5 @@
resolver = "3"
members = [
"cli", "lib_sync_core",
"cli", "lib_sync_core", "web",
]