summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-24 23:09:54 +0200
committerGitHub <noreply@github.com>2024-05-24 21:09:54 +0000
commitea4c64a7997556871934e20be7415cba8ec275a5 (patch)
tree69fbd5edc8f337064ee6e13989c24b022db463af /Cargo.toml
parent34f1a232463bafeb3d8d3fa9adeae33c4bb95b23 (diff)
Split `BitSet` into two types and make it a bit nicer (#4249)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 810ff7b8..45e13bbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -104,6 +104,7 @@ syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] }
tar = "0.4"
tempfile = "3.7.0"
+thin-vec = "0.2.13"
time = { version = "0.3.20", features = ["formatting", "macros", "parsing"] }
tiny-skia = "0.11"
toml = { version = "0.8", default-features = false, features = ["parse", "display"] }