[package] name = "esb_fireplace" version = "0.3.0" edition = "2021" authors = ["Luiz Eduardo Amaral ", "Gustavo Batistela "] license = "GPL-3.0-or-later" description = "The FIREPLACEv1.0 allows the use of the `esb` tooling for solving Advent of Code problems." readme = "README.md" homepage = "https://github.com/luxedo/esb_fireplace-rust" repository = "https://github.com/luxedo/esb_fireplace-rust" keywords = ["cli", "AoC", "AdventOfCode", "esb", "ElfScriptBrigade"] categories = ["command-line-utilities"] exclude = [".github/*", ".pre-commit-config.yaml"] [dependencies] clap = { version = "4.5.4", features = ["derive"] } thiserror = "1.0.58"