From 5f8ce096e1a7893bcc0c20a879e31a463a599559 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 18 Jun 2024 23:59:48 +0300 Subject: [PATCH] Now in the ASDF file. --- openrpc-client.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openrpc-client.asd b/openrpc-client.asd index 573bb1f..b38e3e1 100644 --- a/openrpc-client.asd +++ b/openrpc-client.asd @@ -6,7 +6,8 @@ :defsystem-depends-on ("40ants-asdf-system") :pathname "client" :serial t - :depends-on ("openrpc-client/client") + :depends-on ("jsonrpc" + "openrpc-client/client") :description "OpenRPC client implementation for Common Lisp." :homepage "https://40ants.com/openrpc/" :source-control (:git "https://github.com/40ants/openrpc")