12 lines
281 B
TOML
12 lines
281 B
TOML
[package]
|
|
name = "${REPO_NAME_KEBAB}"
|
|
description = "${REPO_DESCRIPTION}"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "EUPL-1.2"
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.3"
|
|
tracing = "0.1.40"
|
|
tracing-error = "0.2.0"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|