Skip to content

Commit

Permalink
rm some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 20, 2024
1 parent c69ad15 commit 078b37f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion crates/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crates/ssg-child/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
1 change: 0 additions & 1 deletion crates/ssg-parent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 078b37f

Please sign in to comment.