add minimal mistral support
This commit is contained in:
+10
-8
@@ -1,20 +1,22 @@
|
||||
[package]
|
||||
name = "own_mcp"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
ollama-rs = {version = "0.3.4", features = ["macros", "headers"]}
|
||||
ollama-rs = {version = "0.3.6", features = ["macros", "headers"]}
|
||||
reqwest = { version = "0.13.2", features = ["stream", "multipart", "form"] }
|
||||
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
rmcp = {version="2.2.0", features = ["transport-streamable-http-client-reqwest", "reqwest", "client", "auth", "transport-child-process"]}
|
||||
rmcp = {version="3.0.0", features = ["transport-streamable-http-client-reqwest", "reqwest", "client", "auth", "transport-child-process"]}
|
||||
log = {version = "0.4.29"}
|
||||
env_logger = "0.11.10"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
thiserror = "2.0.17"
|
||||
env_logger = "0.11.11"
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
thiserror = "2.0.19"
|
||||
url = "2.5.8"
|
||||
rand = "0.10.0"
|
||||
rand = "0.10.2"
|
||||
cpal = "0.18.1"
|
||||
hound = "3.5.1"
|
||||
bytes = "1.11.1"
|
||||
bytes = "1.11.1"
|
||||
async-trait = "0.1.91"
|
||||
chrono = "0.4.45"
|
||||
Reference in New Issue
Block a user