play_at implemented

This commit is contained in:
Justine
2024-08-12 15:25:40 +02:00
parent c2591bc2a2
commit fdceee8e54
6 changed files with 192 additions and 135 deletions

View File

@ -8,6 +8,6 @@ file-format = "0.25.0"
metadata = "0.1.9"
rand = "0.8.5"
regex = "1.10.6"
rodio = { version = "0.19.0", features = ["symphonia-all"] }
rodio = "0.19.0"
serde = { version = "1.0.206", features = ["derive"] }
serde_yaml = "0.9.34"