diff --git a/Cargo.toml b/Cargo.toml index 0a616dcbed0de6939c439caa7dc36e01f09f421e..b4c25074b336ca7af4bb05cf48468ada2b395890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ features = ["derive"] version = "0.23" [dependencies.tokio] -features = ["time", "process"] +features = ["time", "process", "fs"] version = "1.4.0" [dependencies.tokio-amqp]