[refactor] remove backend and library modules, consolidating features into main crate

This commit is contained in:
2025-08-13 13:35:53 +02:00
parent 06fd3efd1f
commit 128db0f733
13 changed files with 209 additions and 1769 deletions

12
Cargo.lock generated
View File

@@ -762,18 +762,6 @@ dependencies = [
"which",
]
[[package]]
name = "polyscribe-plugin-tubescribe"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"polyscribe-protocol",
"serde",
"serde_json",
"tokio",
]
[[package]]
name = "polyscribe-protocol"
version = "0.1.0"