diff --git a/shard.lock b/shard.lock new file mode 100644 index 0000000..5fe71a5 --- /dev/null +++ b/shard.lock @@ -0,0 +1,10 @@ +version: 2.0 +shards: + lexbor: + git: https://github.com/kostya/lexbor.git + version: 3.1.2 + + mechanize: + git: https://github.com/kanezoh/mechanize.cr.git + version: 0.2.0 + diff --git a/shard.yml b/shard.yml index c88a796..279205d 100644 --- a/shard.yml +++ b/shard.yml @@ -1,8 +1,9 @@ -name: signalspam-pipe +--- +name: bulkbarrage version: 0.1.0 targets: - signalspam-pipe: + bulkbarrage: main: src/main.cr # authors: @@ -11,6 +12,11 @@ targets: # description: | # Short description of signalspam-pipe +dependencies: + mechanize: + github: Kanezoh/mechanize.cr + version: "~> 0.2.0" + # dependencies: # pg: # github: will/crystal-pg @@ -21,3 +27,4 @@ targets: # github: manastech/webmock.cr # license: MIT +license: LGPL-3.0