about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-12-06 15:33:52 -0600
committerRen Kararou <[email protected]>2025-12-06 15:33:52 -0600
commit83c54e2e05cb8e0783a1c6a6986d724d6d81a39b (patch)
tree5d4224bf6b03dacb9bea4e537401af52e02054bb /Cargo.toml
parentf2558babd9cd64764730a832f837cad3d920fdd7 (diff)
downloadviolet-83c54e2e05cb8e0783a1c6a6986d724d6d81a39b.tar.gz
violet-83c54e2e05cb8e0783a1c6a6986d724d6d81a39b.tar.bz2
violet-83c54e2e05cb8e0783a1c6a6986d724d6d81a39b.zip
update config format HEAD canon
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab46252..7d31747 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,4 +15,5 @@ rig-core = { version = "0.24.0", features = ["all", "audio"] }
 rodio = "0.21.1"
 serde = { version = "1.0.228", features = ["derive"] }
 serde_json = "1.0.145"
+surrealdb = { version = "2.4.0", features = ["kv-rocksdb"] }
 tokio = { version = "1.48.0", features = ["full"] }