Skip to content

Commit b882c1d

Browse files
committed
comment dependencies in cargo.toml template
1 parent 14aaf64 commit b882c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exts/rust-code-runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setup(app):
2424
edition = "2024"
2525
2626
[dependencies]
27-
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
27+
# tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2828
""",
2929
encoding="utf-8",
3030
)

0 commit comments

Comments
 (0)