Enable fs feature for tokio in todos example

This commit is contained in:
Héctor Ramón Jiménez 2025-04-02 11:53:48 +02:00
parent 5d1de9dc95
commit 15530cd57d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -15,6 +15,7 @@ uuid = { version = "1.0", features = ["v4", "fast-rng", "serde"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio.workspace = true tokio.workspace = true
tokio.features = ["fs", "time"]
directories = "6.0" directories = "6.0"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"