Implement matchers and actions

This commit is contained in:
Harsh Shandilya 2021-11-12 09:42:39 +05:30
parent 05201d7de7
commit 3fd078e51b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 84 additions and 2 deletions

View file

@ -17,6 +17,7 @@ readme = "README.md"
anyhow = "1.0.45"
clipboard = "0.5.0"
dirs = "4.0.0"
regex = "1.5.4"
serde = "1.0.130"
serde_derive = "1.0.130"
toml = "0.5.8"