diff --git a/Cargo.toml b/Cargo.toml index b981d84..503d8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] +tokio = { version = "1.38" , features = ["full"] }