feat: 🗃️ connect,create, search, delete

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-28 05:34:37 +03:00
parent 4c68348d4e
commit cad0cc7317
2 changed files with 66 additions and 0 deletions

View file

@ -10,5 +10,6 @@ axum = "0.7.5"
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
surrealdb = "1.3.1"
tokio = { version = "1.36.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["full"] }