diff options
author | Piotr Szarmanski | 2023-08-03 16:45:31 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-03 16:45:31 +0200 |
commit | d6d6a174d176d6fc78bbce8a18bddb17ec74ecc1 (patch) | |
tree | fcde3736acfa9f98b9cd42665b50ed6a0bb15a42 /ybackup.asd | |
parent | 47c9bb7e2518e055717b5bef67afef63780c2984 (diff) |
CLI interface.
Diffstat (limited to 'ybackup.asd')
-rw-r--r-- | ybackup.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ybackup.asd b/ybackup.asd index 529c0a1..b2dd7b2 100644 --- a/ybackup.asd +++ b/ybackup.asd @@ -1,7 +1,8 @@ (defsystem "ybackup" :author "mail@ykonai.net" :license "LGPLv3 or later" - :depends-on ("eris" "serapeum" "alexandria" "cl-conspack" "osicat" "unix-opts" "bit-smasher" "local-time") + :depends-on ("eris" "serapeum" "alexandria" "cl-conspack" "osicat" "unix-opts" "bit-smasher" "local-time" + "ironclad" "cl-ppcre") :components ((:module "src" :serial t |