From ad72227d9763ff2b8c7a31725d12cc6df3a1265b Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Mon, 17 Nov 2025 11:02:26 -0600 Subject: tool use get --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..963c3a1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "violet" +version = "0.1.0" +edition = "2024" +publish = ["crates-io"] + +[dependencies] +llm-connector = "0.5.3" +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" +tokio = { version = "1.48.0", features = ["full"] } -- cgit 1.4.1-2-gfad0