char/crates/char_cli/Cargo.toml

16 lines
345 B
TOML
Raw Normal View History

2023-01-21 15:08:55 +01:00
[package]
2023-02-20 21:12:27 +01:00
name = "char_cli"
2023-01-21 15:08:55 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-02-20 21:35:19 +01:00
eyre = { workspace = true }
tracing = { workspace = true }
color-eyre = { workspace = true }
tokio = { workspace = true }
tracing-subscriber = "0.3.16"
clap = "4.1.6"