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