diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -33,6 +33,9 @@ prometheus = "0.13" | |||
| 33 | dashmap = "5" | 33 | dashmap = "5" |
| 34 | lazy_static = "1.4" | 34 | lazy_static = "1.4" |
| 35 | 35 | ||
| 36 | # Data structures | ||
| 37 | indexmap = "2" | ||
| 38 | |||
| 36 | # Random (for startup jitter) | 39 | # Random (for startup jitter) |
| 37 | rand = "0.8" | 40 | rand = "0.8" |
| 38 | 41 | ||