mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
Switch room identifier from UUID to stringified i64
This commit is contained in:
parent
236fb61832
commit
59d51937da
11 changed files with 381 additions and 143 deletions
|
@ -14,7 +14,7 @@ futures-util = "0.3"
|
|||
hex = { version = "0.4", features = ["serde"] }
|
||||
humantime = "2"
|
||||
parking_lot = "0.12" # Maybe no better performance, just that we hate poisoning. ¯\_(ツ)_/¯
|
||||
rusqlite = { version = "0.32", features = ["uuid"] }
|
||||
rusqlite = "0.32"
|
||||
sd-notify = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde-inline-default = "0.2.0"
|
||||
|
@ -26,7 +26,6 @@ tower-http = { version = "0.5", features = ["cors", "limit"] }
|
|||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
||||
blah = { path = "..", features = ["rusqlite"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue