aoc-template/Cargo.toml

25 lines
536 B
TOML
Raw Normal View History

[workspace.package]
description = "template for advent of code"
readme = "README.md"
version = "46.0.0"
edition = "2021"
license = "MIT"
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
repository = "https://github.com/janezicmatej/aoc-template.git"
[workspace]
members = ["utils/download", "utils/scaffold"]
2022-11-28 19:06:17 +01:00
[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]
2022-11-28 19:06:17 +01:00