chore(plugin): adopt fai-plugin-sdk naming + fai-plugins repo URL

Aligns with the three SDK families convention in
fai/platform/docs/architecture/sdks.md.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-05-26 00:59:29 +02:00
parent 884e275b0e
commit 302932182c
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "fai-studio-plugin-sdk"
name = "fai-plugin-sdk"
version = "0.1.0"
dependencies = [
"wit-bindgen 0.36.0",
@ -241,7 +241,7 @@ dependencies = [
name = "studio_translate_ollama"
version = "0.1.0"
dependencies = [
"fai-studio-plugin-sdk",
"fai-plugin-sdk",
"serde",
"serde_json",
"waki",