[workspace.package] description = "advent of code 2023" readme = "README.md" version = "46.0.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "] repository = "https://git.janezic.dev/janezicmatej/aoc2023.git" [workspace] members = ["utils/download", "utils/scaffold"] [package] name = "aoc" description.workspace = true readme.workspace = true version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true [dependencies] # so much for no dependencies this year, but I really cba so here it is z3 = { version = "0.12.1", features = [ "static-link-z3" ] }