summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-25 11:58:16 +0100
committerHampusM <hampus@hampusmat.com>2023-03-25 11:58:16 +0100
commitaef63bfecb7731c0307cc65eab0b9a06b8a7363d (patch)
tree8455d54be4fd4008ac593fae5e9e9608198a61b5 /Cargo.toml
parent96a13690f8552386bb183ebc01418774047ebbfc (diff)
feat: add argument matching
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8edf1f1..6eb5d1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,5 @@ repository = "https://git.hampusmat.com/ridicule"
members = ["macros"]
[dependencies]
+predicates = "3.0.1"
ridicule-macros = { path = "./macros" }