Skip to content

Commit

Permalink
Add dependency from jsonrpc.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 18, 2024
1 parent e2ac6db commit adf06b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openrpc-client.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
:class :40ants-asdf-system
:defsystem-depends-on ("40ants-asdf-system")
:pathname "client"
: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")
Expand Down

0 comments on commit adf06b5

Please sign in to comment.