feat: update template
This commit is contained in:
27
Cargo.toml
27
Cargo.toml
@@ -1,23 +1,30 @@
|
||||
[package]
|
||||
name = "aoc"
|
||||
description = "solutions for advent of code 2016"
|
||||
[workspace.package]
|
||||
description = "Advent of Code 2016"
|
||||
readme = "README.md"
|
||||
version = "24.0.0"
|
||||
version = "48.0.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
|
||||
repository = "https://github.com/janezicmatej/aoc-template.git"
|
||||
default-run = "aoc"
|
||||
repository = "https://git.janezic.dev/janezicmatej/aoc2016.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]
|
||||
dotenv = "0.15.0"
|
||||
elves = "0.2.0"
|
||||
hashbrown = "0.13.1"
|
||||
hex-literal = "0.3.4"
|
||||
itertools = "0.10.5"
|
||||
lazy_static = "1.4.0"
|
||||
md-5 = "0.10.5"
|
||||
pico-args = "0.5.0"
|
||||
regex = "1.7.0"
|
||||
reqwest = "0.11.13"
|
||||
tokio = { version = "1.23.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user