mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Fix a ws Cargo.toml comment
This commit is contained in:
parent
efa10015e5
commit
ec95f7e73c
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@ name = "aquatic_ws"
|
||||||
default = ["prometheus", "mimalloc"]
|
default = ["prometheus", "mimalloc"]
|
||||||
prometheus = ["metrics", "aquatic_common/prometheus"]
|
prometheus = ["metrics", "aquatic_common/prometheus"]
|
||||||
metrics = ["dep:metrics", "dep:metrics-util"]
|
metrics = ["dep:metrics", "dep:metrics-util"]
|
||||||
# Use mimalloc allocator for much better performance. Requires cmake and a
|
# Use mimalloc allocator for much better performance.
|
||||||
# C/C++ compiler
|
#
|
||||||
|
# Requires cmake and a C compiler
|
||||||
mimalloc = ["dep:mimalloc"]
|
mimalloc = ["dep:mimalloc"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue