Enable fs feature for tokio in todos example
This commit is contained in:
parent
5d1de9dc95
commit
15530cd57d
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ uuid = { version = "1.0", features = ["v4", "fast-rng", "serde"] }
|
|||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio.workspace = true
|
||||
tokio.features = ["fs", "time"]
|
||||
directories = "6.0"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue