Start implementing sort and shuffle features

This commit is contained in:
2024-03-02 14:45:31 +01:00
parent 17f2985bb7
commit f73cc8f7ea
5 changed files with 132 additions and 16 deletions

View File

@ -29,6 +29,7 @@ chrono = "0.4.33"
strum = "0.26"
strum_macros = "0.26"
rand = "0.8.5"
# strum = { version = "0.26", features = ["derive"] }
[profile.dev.package.sqlx-macros]