lcs-image-diff 0.1.7

Image diff tool with LCS algorithm
Documentation
defaults: &defaults
  working_directory: ~/lcs-image-diff-rs
  docker:
    - image: rustlang/rust:nightly
      environment:
        DISPLAY: ":99"

version: 2
jobs:
  build:
    <<: *defaults
    steps:
      - checkout  
      - run:
          name: Test
          command: |
            rustup run nightly cargo test