diff --git a/lib/g3-tls-cert/Cargo.toml b/lib/g3-tls-cert/Cargo.toml index 1fff970d..27ef7d1b 100644 --- a/lib/g3-tls-cert/Cargo.toml +++ b/lib/g3-tls-cert/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] anyhow.workspace = true log.workspace = true -tokio = { workspace = true, features = ["net"] } +tokio = { workspace = true, features = ["net", "rt"] } openssl.workspace = true openssl-sys.workspace = true libc.workspace = true