mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
11 lines
258 B
TOML
11 lines
258 B
TOML
[package]
|
|
name = "helper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4.10", features = ["string"] }
|
|
divan = "0.1.4"
|
|
nom = "7.1.3"
|