refactor: depend on renamed chain-plugin-sdk

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-16 11:31:00 +02:00
parent 208b8c65ca
commit 458f1711bd
3 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View file

@ -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",