summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2025-04-02 11:41:45 +0200
committerGitHub <noreply@github.com>2025-04-02 09:41:45 +0000
commit417f5846b68777b8a4d3b9336761bd23c48a26b5 (patch)
tree55a9b9f968b5c70bb80f9964148f493d6f213918 /Cargo.toml
parent12699eb7f415bdba6797c84e3e7bf44dde75bdf9 (diff)
Support comparison functions in `array.sorted` (#5627)
Co-authored-by: +merlan #flirora <uruwi@protonmail.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
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 cbe69a05..b9ec2505 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,6 +59,7 @@ fastrand = "2.3"
flate2 = "1"
fontdb = { version = "0.23", default-features = false }
fs_extra = "1.3"
+glidesort = "0.1.2"
hayagriva = "0.8.1"
heck = "0.5"
hypher = "0.1.4"