Fix a ws Cargo.toml comment

This commit is contained in:
Joakim Frostegård 2024-04-25 22:39:21 +02:00
parent efa10015e5
commit ec95f7e73c

View file

@ -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]