diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-14 22:05:31 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-14 22:05:31 +0100 |
commit | 924483d186f99b986dee8ee95db03c063f396759 (patch) | |
tree | 606dffcd79d1d6cd0466feceddc0a7c2c30db680 | |
parent | 5ae092746f711942c10e9f811bb15f16551bbfba (diff) |
add elsa cask dev dep
-rw-r--r-- | Cask | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,4 +8,6 @@ (depends-on "ert-runner") (depends-on "el-mock") (depends-on "ecukes") - (depends-on "package-lint")) + (depends-on "package-lint") + (depends-on "elsa") + (depends-on "async")) |