mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
Simplify rich text on-wire format
This commit is contained in:
parent
c492bb2537
commit
370722731b
5 changed files with 49 additions and 73 deletions
|
@ -22,7 +22,6 @@ serde = { version = "1.0.209", features = ["derive"] }
|
|||
serde-aux = "4.5.0"
|
||||
serde-constant = "0.1.0"
|
||||
serde_json = "1.0.127"
|
||||
serde_tuple = "0.5.0"
|
||||
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread", "sync"] }
|
||||
tokio-stream = { version = "0.1.15", features = ["sync"] }
|
||||
tower-http = { version = "0.5.2", features = ["cors", "limit"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue