complète le trait MusicSource

This commit is contained in:
2025-10-17 08:19:10 +02:00
parent ee1072a491
commit d64b96cef4
8 changed files with 1142 additions and 9 deletions

View File

@@ -68,3 +68,8 @@ tokio-test = "0.4"
mockito = "1.0"
# Pour les exemples
tracing-subscriber = "0.3"
# Specify that the with_cache example requires the cache feature
[[example]]
name = "with_cache"
required-features = ["cache"]