This commit is contained in:
parent
b613aeb9d9
commit
55de4a1fc0
11 changed files with 2105 additions and 141 deletions
|
|
@ -1,3 +1,6 @@
|
|||
[workspace]
|
||||
members = [".", "migration"]
|
||||
|
||||
[package]
|
||||
name = "chat"
|
||||
version = "0.1.0"
|
||||
|
|
@ -14,3 +17,9 @@ serde = { version = "1.0.228", features = ["derive"] }
|
|||
serde_json = "1.0.149"
|
||||
time = "0.3.47"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
sea-orm = { version = "1.1.0", features = ["runtime-tokio-rustls", "sqlx-postgres", "macros", "with-chrono", "with-uuid"] }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid", "macros"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1.10", features = ["v4", "serde"] }
|
||||
migration = { path = "migration" }
|
||||
# Removed tower-sessions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue