mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
show server send messages as chat
This commit is contained in:
parent
d9ff9d4662
commit
217211f2fb
12 changed files with 785 additions and 45 deletions
|
|
@ -68,6 +68,10 @@ tempfile = { version = "3", optional = true }
|
|||
lazy_static = { version = "1", optional = true }
|
||||
prettyplease = { version = "0.1", optional = true }
|
||||
|
||||
[patch.crates-io]
|
||||
schemars = { path = '../../rust/schemars/schemars' }
|
||||
schemars_derive = { path = '../../rust/schemars/schemars_derive' }
|
||||
|
||||
[features]
|
||||
schema = ["schemars", "bitbuffer/schemars"]
|
||||
trace = ["tracing", "tracing-subscriber"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue