SurrealDB

This commit is contained in:
2024-06-25 23:26:46 -04:00
Unverified
parent bf3162c590
commit b24d5b20e0
3 changed files with 22 additions and 2 deletions

View File

@@ -10,4 +10,6 @@ tarpc = { version = "0.34.0", features = ["full"] }
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
tracing = "0.1.40"
clap = { version = "4.5.7", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
emojis = "0.6.2"
surrealdb = "1.5.3"