mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-07-19 01:56:15 +00:00
Fix a ws Cargo.toml comment
This commit is contained in:
@@ -21,8 +21,9 @@ name = "aquatic_ws"
|
||||
default = ["prometheus", "mimalloc"]
|
||||
prometheus = ["metrics", "aquatic_common/prometheus"]
|
||||
metrics = ["dep:metrics", "dep:metrics-util"]
|
||||
# Use mimalloc allocator for much better performance. Requires cmake and a
|
||||
# C/C++ compiler
|
||||
# Use mimalloc allocator for much better performance.
|
||||
#
|
||||
# Requires cmake and a C compiler
|
||||
mimalloc = ["dep:mimalloc"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user