Remove unnecessary comment from Cargo.toml

This commit is contained in:
Marcin Kulik
2025-09-01 18:15:10 +02:00
parent 7a43456dbe
commit 160b89e0ad

View File

@@ -11,8 +11,6 @@ license = "GPL-3.0"
# MSRV
rust-version = "1.75.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
nix = { version = "0.30", features = ["fs", "term", "process", "signal", "poll"] }