summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 14:34:43 +0200
committermo8it <mo8it@proton.me>2024-07-25 14:34:43 +0200
commit3f49decce947ff7f1d30b53cf22fc2a0bce820f6 (patch)
tree3778c49044cdbe128138d90f9b7de72e16447a9c /Cargo.toml
parente2492f65a061ab8978d40d32a03cf981544fdf03 (diff)
Remove assert_cmd and predicates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1798923..ddf3c70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,10 +58,6 @@ serde_json = "1.0.120"
serde.workspace = true
toml_edit.workspace = true
-[dev-dependencies]
-assert_cmd = "2.0.14"
-predicates = "3.1.0"
-
[profile.release]
panic = "abort"