diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-24 23:09:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 21:09:54 +0000 |
| commit | ea4c64a7997556871934e20be7415cba8ec275a5 (patch) | |
| tree | 69fbd5edc8f337064ee6e13989c24b022db463af /Cargo.toml | |
| parent | 34f1a232463bafeb3d8d3fa9adeae33c4bb95b23 (diff) | |
Split `BitSet` into two types and make it a bit nicer (#4249)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
