Files
kbfmt/Cargo.toml
uttarayan21 d89b23268f
Some checks failed
build / checks-matrix (push) Failing after 11s
build / checks-build (push) Has been skipped
build / codecov (push) Failing after 11s
docs / docs (push) Failing after 11s
feat: Initail commit
2025-10-13 02:47:34 +05:30

21 lines
512 B
TOML

[package]
name = "kbfmt"
version = "0.1.0"
edition = "2024"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
cookie-factory = "0.3.3"
error-stack = "0.6"
itertools = "0.14.0"
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0"
tokio = "1.43.1"
toml = { version = "0.9.8", features = ["parse"] }
tracing = "0.1"
tracing-subscriber = "0.3"