From 078b37f5e48f1548b2099c2132df25e957b7f234 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Wed, 20 Nov 2024 08:19:41 +0700 Subject: [PATCH] rm some comments --- crates/builder/Cargo.toml | 1 - crates/cli/Cargo.toml | 1 - crates/ssg-child/Cargo.toml | 1 - crates/ssg-parent/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/crates/builder/Cargo.toml b/crates/builder/Cargo.toml index 8cffb4ad..1465a6cb 100644 --- a/crates/builder/Cargo.toml +++ b/crates/builder/Cargo.toml @@ -26,7 +26,6 @@ serde_yaml = "0.9.11" strum = {version = "0.24.1", features = ["derive"]} syn = {version = "2.0.5", features = ["full"]} thiserror = "1.0.40" -# TODO less features tokio = {version = "1.21.0", features = ["full"]} url = {version = "2.3.1", features = ["serde"]} tempfile = "3.14.0" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 82393d46..936b067e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,6 @@ once_cell = "1.16.0" serde = {version = "1.0.138", features = ["derive"]} serde_json = "1.0.82" thiserror = "1.0.40" -# TODO less features tokio = {version = "1.21.0", features = ["full"]} url = "2.3.1" path-clean = "1.0.1" diff --git a/crates/ssg-child/Cargo.toml b/crates/ssg-child/Cargo.toml index 390463c3..c1541f37 100644 --- a/crates/ssg-child/Cargo.toml +++ b/crates/ssg-child/Cargo.toml @@ -11,7 +11,6 @@ readext = "0.1.0" relative-path = "1.8.0" task-local-extensions = "0.1.3" thiserror = "1.0.38" -# TODO less features tokio = {version = "1.21.0", features = ["fs", "tokio-macros", "full"]} url = "2.3.1" zip = {version = "0.6.2", default-features = false, features = ["deflate"]} diff --git a/crates/ssg-parent/Cargo.toml b/crates/ssg-parent/Cargo.toml index e43bc32e..9557cb54 100644 --- a/crates/ssg-parent/Cargo.toml +++ b/crates/ssg-parent/Cargo.toml @@ -10,7 +10,6 @@ open = "4.1.0" portpicker = "0.1.1" reqwest = {version = "0.11.11", default-features = false, features = ["rustls-tls"]} thiserror = "1.0.38" -# TODO less features tokio = {version = "1.21.0", features = ["fs", "tokio-macros", "full"]} url = "2.3.1" reactive.workspace = true