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:
parent
884e275b0e
commit
302932182c
3 changed files with 5 additions and 5 deletions
|
|
@ -6,14 +6,14 @@ authors = ["Dr. Stefan Flemming <platform@flemming.ai>"]
|
|||
license = "Apache-2.0"
|
||||
publish = false
|
||||
description = "F∆I Studio plugin — Ollama-backed translate hook"
|
||||
repository = "https://git.flemming.ai/fai-modules/studio-translate-ollama"
|
||||
repository = "https://git.flemming.ai/fai-plugins/studio-translate-ollama"
|
||||
rust-version = "1.85"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
fai-studio-plugin-sdk = { path = "../../fai_studio_plugin_sdk" }
|
||||
fai-plugin-sdk = { path = "../../fai_plugin_sdk_rust" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue