Matej Focko
48e69b5c2d
Remove ‹anyhow›, since I'm a pepege and want to use ‹color-eyre› that depends on ‹eyre› and is fork of ‹anyhow›. Signed-off-by: Matej Focko <mfocko@redhat.com>
14 lines
385 B
TOML
14 lines
385 B
TOML
[package]
|
|
name = "aoc-2022"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
md-5 = "0.10.1"
|
|
itertools = "0.10.2"
|
|
tracing = "0.1.37"
|
|
color-eyre = "0.6.2"
|
|
thiserror = "1.0.37"
|
|
tracing-subscriber = { version = "0.3.16", default-features = true, features = ["env-filter", "local-time"] }
|