diff --git a/feattle-sync/Cargo.toml b/feattle-sync/Cargo.toml index 283bda6..a2811be 100644 --- a/feattle-sync/Cargo.toml +++ b/feattle-sync/Cargo.toml @@ -24,7 +24,7 @@ rusoto_s3 = { version = "0.48.0", optional = true } serde = { version = "1.0.115", features = ["derive"] } serde_json = "1.0.57" thiserror = "1.0.20" -tokio = { version = "1.4.0", features = ["time", "fs", "io-util"] } +tokio = { version = "1.4.0", features = ["time", "fs", "io-util", "rt"] } [dev-dependencies] chrono = { version = "0.4.15", features = ["serde"] }