457469fda9
Also flattened the client message struct because theres no reason to nest a 2-element map at the top level
17 lines
282 B
TOML
17 lines
282 B
TOML
[package]
|
|
name = "fedichat"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_bytes = "0.11.19"
|
|
time = {version = "0.3.47", features = ["serde"]}
|
|
|
|
[dependencies.uuid]
|
|
version = "1.23.1"
|
|
features = [
|
|
"v4",
|
|
"serde"
|
|
]
|