You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tokio::fs sinks for path-injection. This ought to be straightforward as they're more-or-less a mirror of the std::fs sinks, except most will be async.
Add
tokio::fs
sinks forpath-injection
. This ought to be straightforward as they're more-or-less a mirror of thestd::fs
sinks, except most will beasync
.See https://docs.rs/tokio/latest/tokio/fs/index.html .
The text was updated successfully, but these errors were encountered: