[feat] implement backend abstraction, dynamic backend selection, and GPU feature integration
This commit is contained in:
17
crates/polyscribe-host/Cargo.toml
Normal file
17
crates/polyscribe-host/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "polyscribe-host"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
thiserror = "1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
which = "6"
|
||||
cliclack = "0.3"
|
||||
directories = "5"
|
||||
polyscribe = { path = "../polyscribe-core" }
|
||||
polyscribe-protocol = { path = "../polyscribe-protocol" }
|
Reference in New Issue
Block a user