This repository has been archived on 2025-12-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
advent-of-code-2025/Cargo.toml
2025-12-02 02:55:56 +01:00

10 lines
182 B
TOML

[package]
name = "advent-of-code-2025"
version = "0.1.0"
authors = ["Jan Doumont <jan@6a616e.net>"]
edition = "2024"
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"