[dependencies.arboard]
version = "3.4.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.8"
[dependencies.color-eyre]
version = "0.6.3"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.elvish-core]
version = "0.1.0"
[dependencies.elvish-macros]
version = "0.1.0"
[dependencies.indoc]
version = "2.0.5"
[dependencies.paste]
version = "1.0.15"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
version = "0.3.18"
[lib]
name = "elvish"
path = "src/lib.rs"
[package]
authors = ["Odilf <odysseas.maheras@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Overengineered Advent of Code framework - not quite Santa's elves"
documentation = "https://docs.rs/elvish"
edition = "2021"
homepage = "https://github.com/odilf/elvish"
license = "MIT"
name = "elvish"
readme = "README.md"
repository = "https://github.com/odilf/elvish"
version = "0.1.1"