Sort naturally

This commit is contained in:
Jeremy Soller 2024-01-05 09:44:47 -07:00
parent 3888282687
commit 2d0a0059d3
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 18 additions and 1 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
dirs = "5.0.1"
env_logger = "0.10"
lazy_static = "1"
lexical-sort = "0.3.1"
log = "0.4"
serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1" }