started development

This commit is contained in:
FantasyPvP
2024-12-02 03:41:18 +00:00
commit 0ae26d46bf
35 changed files with 9749 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "chatapp-backend"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = { version = "0.5.0-rc.3", features = ["json", "secrets", "tls"] }
rocket_ws = "0.1.0"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3"
surrealdb = "2.1.2"
chrono = "0.4.38"
rand = "0.8.5"
sha2 = "0.10.8"