[package] name = "advent-ocr" authors = ["Neil Banman",] version = "0.1.3" edition = "2021" license = "MIT OR Apache-2.0" description = "Converts ASCII-art representations of letters generated by Advent of Code puzzles into a String containing those letters." repository = "https://github.com/nbanman/advent-ocr" keywords = ["advent-of-code", "ascii"] categories = ["games", "text-processing"] include = ["/res", "/src"]