mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-02 12:35:33 +00:00
Make more server constants configurable
This commit is contained in:
parent
abdc32b51f
commit
6e7229e4ac
5 changed files with 57 additions and 16 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -300,6 +300,7 @@ dependencies = [
|
|||
"sd-notify",
|
||||
"serde",
|
||||
"serde-aux",
|
||||
"serde-inline-default",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
|
@ -1455,6 +1456,17 @@ dependencies = [
|
|||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde-inline-default"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9980133dc534d02ab08df3b384295223a45090c40a4c46240e3eaa982b495910"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.209"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue