scryfall 0.25.0

A wrapper around the scryfall magic the gathering api
Documentation
name: CI

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build-and-test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - uses: taiki-e/install-action@cargo-hack
    - name: Build
      run: cargo hack build --each-feature --verbose
    - name: Run tests
      run: cargo hack test --each-feature --verbose