Skip to content

Commit

Permalink
Added dependency to the file instead
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 18, 2024
1 parent ce7163a commit bc28095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/core.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
(:import-from #:yason
#:parse
#:false)
(:import-from #:jsonrpc)
(:import-from #:jsonrpc/client
#:client)
(:import-from #:jsonrpc/base
Expand Down
3 changes: 1 addition & 2 deletions openrpc-client.asd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit bc28095

Please sign in to comment.