kak-highlight/Cargo.toml

15 lines
475 B
TOML

[package]
name = "kak-highlight"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.1", features = ["cargo", "color", "unicode", "std", "derive"] }
color-eyre = "0.6.2"
serde = { version = "1.0.160", features = ["derive"] }
toml = "0.7.3"
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }