[package] name = "aoc-framework-utils" version = "0.1.0" edition = "2021" authors = [ "Pavel Sedlacek " ] description = "Utilities such as data types, algorithms and functions for aoc-framework-rs" repository = "https://github.com/Pavel-Sedlacek/aoc-framework-rs/tree/master/crates/aoc-framework-utils" license = "MIT" keywords = [ "adventofcode", "aoc", "framework" ] categories = [ "development-tools", "data-structures", "algorithms" ] [dependencies]