about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }