mirror of https://github.com/zyllian/classics.git synced 2025-05-10 06:36:39 -07:00

make generation presets use string ids

This commit is contained in:
Zoey 2024-04-19 17:54:05 -07:00
parent 21217a3597
commit 55bbb3a59c
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
4 changed files with 100 additions and 11 deletions

View file

@ -6,8 +6,9 @@ version = "0.1.0"
[dependencies]
flate2 = "1"
half = "2"
internment = { version = "0.8", features = ["serde"] }
parking_lot = "0.12.1"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde = {version = "1", features = ["derive"]}
serde_json = "1"
tokio = {version = "1", features = ["full"]}