about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-11-17 11:02:26 -0600
committerRen Kararou <[email protected]>2025-11-17 11:02:26 -0600
commitad72227d9763ff2b8c7a31725d12cc6df3a1265b (patch)
tree654cd1c2907cce1214766e92eee80f01a7ef8cc5 /Cargo.toml
downloadviolet-ad72227d9763ff2b8c7a31725d12cc6df3a1265b.tar.gz
violet-ad72227d9763ff2b8c7a31725d12cc6df3a1265b.tar.bz2
violet-ad72227d9763ff2b8c7a31725d12cc6df3a1265b.zip
tool use get
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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"] }