listo vieja ahora hice que ande esto

This commit is contained in:
2023-11-17 14:46:33 -03:00
parent 779ac1b122
commit bb04d7d8b1
6 changed files with 107 additions and 2 deletions
+8
View File
@@ -8,3 +8,11 @@ edition = "2021"
[dependencies]
diesel = {version = "2.1.3", features = ["postgres"]}
dotenvy = "0.15.7"
serde = {version = "1.0.192", features = ["derive"]}
serde_json = "1.0.108"
tokio = {version = "1.34.0", features = ["macros", "sync", "rt-multi-thread"] }
websockets = "0.3.0"
tokio-stream = "0.1.14"
warp = "0.3"
futures = { version = "0.3", default-features = false }
uuid = { version = "1.1.2", features = ["serde", "v4"] }