removed cl-cwd dependency

This commit is contained in:
a. fox 2023-07-16 23:30:19 -04:00
parent a5e47a62cb
commit 43e18727fd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
:license "NPLv1+"
:version "0.1"
:serial t
:depends-on (#:cl-cwd #:legit #:unix-opts #:cl-fad #:str)
:depends-on (#:legit #:unix-opts #:cl-fad #:str)
:components ((:file "package")
(:file "remote-rename"))