diff --git a/client/core.lisp b/client/core.lisp index 2dc9d11..f1feb5f 100644 --- a/client/core.lisp +++ b/client/core.lisp @@ -14,6 +14,7 @@ (:import-from #:yason #:parse #:false) + (:import-from #:jsonrpc) (:import-from #:jsonrpc/client #:client) (:import-from #:jsonrpc/base diff --git a/openrpc-client.asd b/openrpc-client.asd index b38e3e1..573bb1f 100644 --- a/openrpc-client.asd +++ b/openrpc-client.asd @@ -6,8 +6,7 @@ :defsystem-depends-on ("40ants-asdf-system") :pathname "client" :serial t - :depends-on ("jsonrpc" - "openrpc-client/client") + :depends-on ("openrpc-client/client") :description "OpenRPC client implementation for Common Lisp." :homepage "https://40ants.com/openrpc/" :source-control (:git "https://github.com/40ants/openrpc")