[package] name = "aoc-runner-web" version = "0.1.0" edition = "2021" authors = ["Alyssa ", "Grégory Obanos "] description = "Fork of aoc-runner with wasm focus and macro prelude" license = "MIT/Apache-2.0" repository = "https://github.com/alyti/aoc" [dependencies] aoc-runner-web-derive = { version = "0.3", path = "../aoc-runner-web-derive"} wasm-bindgen = "0.2.83"