adding workspace and clippy watnings
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
[package]
|
||||
name = "day11"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "AOC 2022 Day 11"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
derive-getters = "0.3.0"
|
||||
itertools = "0.11.0"
|
||||
log = "0.4.20"
|
||||
nom = "7.1.3"
|
||||
derive-getters.workspace = true
|
||||
itertools.workspace = true
|
||||
log.workspace = true
|
||||
nom.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user