diff options
| author | Micha White <botahamec@outlook.com> | 2023-12-21 19:52:05 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-12-21 19:52:05 -0500 |
| commit | 94342846b8750cb753d2734b16dce20f249c6e65 (patch) | |
| tree | 255d11ff2cc22947a546b9b010f34de2e7bccb9d /engine/Cargo.toml | |
| parent | ed979b7d697904f0351ac8e1add08d131a35f791 (diff) | |
Import arrayvec
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 9f81ec1..3e17c08 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -12,6 +12,7 @@ model = {path = "../model"} byteorder = "1" thiserror = "1" parking_lot = "0.12" +arrayvec = "0.7" mimalloc = "0.1.39" [dev-dependencies] |
