refactor: depend on renamed chain-plugin-sdk
Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
208b8c65ca
commit
458f1711bd
3 changed files with 10 additions and 10 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -39,18 +39,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||||
|
||||
[[package]]
|
||||
name = "equivalent"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||||
|
||||
[[package]]
|
||||
name = "fai-plugin-sdk"
|
||||
name = "chain-plugin-sdk"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"wit-bindgen 0.36.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "equivalent"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||||
|
||||
[[package]]
|
||||
name = "form_urlencoded"
|
||||
version = "1.2.2"
|
||||
|
|
@ -241,7 +241,7 @@ dependencies = [
|
|||
name = "studio_translate_ollama"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fai-plugin-sdk",
|
||||
"chain-plugin-sdk",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"waki",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ rust-version = "1.85"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
fai-plugin-sdk = { path = "../../fai_plugin_sdk_rust" }
|
||||
chain-plugin-sdk = { path = "../../fai_chain_plugin_sdk_rust" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#![allow(clippy::result_large_err)]
|
||||
|
||||
use fai_plugin_sdk::{bindings, export_plugin};
|
||||
use chain_plugin_sdk::{bindings, export_plugin};
|
||||
|
||||
type ColorScheme = bindings::chain::studio_plugin::plugin_types::ColorScheme;
|
||||
type PluginError = bindings::chain::studio_plugin::plugin_types::PluginError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue