mirror of
https://github.com/captn3m0/muse-dl.git
synced 2024-09-17 01:40:21 +00:00
23 lines
368 B
YAML
23 lines
368 B
YAML
name: muse-dl
|
|
version: 1.2.2
|
|
|
|
authors:
|
|
- Nemo <muse.dl@captnemo.in>
|
|
|
|
description: Downloads and stitches ebooks from Project MUSE
|
|
license: MIT
|
|
|
|
targets:
|
|
muse-dl:
|
|
main: src/muse-dl.cr
|
|
|
|
dependencies:
|
|
myhtml:
|
|
github: kostya/myhtml
|
|
crest:
|
|
github: mamantoha/crest
|
|
|
|
development_dependencies:
|
|
webmock:
|
|
github: manastech/webmock.cr
|
|
branch: master |