Skip to content

Commit

Permalink
Add debug shard as an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Oct 30, 2024
1 parent 4ee84d4 commit 8acfc50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors:
- Sijawusz Pur Rahnama <[email protected]>

dependencies:
debug:
github: Sija/debug.cr
version: ~> 2.0.0
gphoto2:
github: Sija/gphoto2.cr
version: ~> 0.11.0
Expand Down
1 change: 1 addition & 0 deletions src/gphoto2-web.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ require "json"
require "log"
require "compress/zip"
require "pool/connection"
require "debug"
require "gphoto2"
require "kemal"
require "raven"
Expand Down

0 comments on commit 8acfc50

Please sign in to comment.