typebridge-cli 0.1.0

Standalone CLI for typewriter generation, drift checks, and watch mode
Documentation
[package]
name = "typebridge-cli"
version = "0.1.0"
edition = "2021"
description = "Standalone CLI for typewriter generation, drift checks, and watch mode"
license = "Apache-2.0"
repository = "https://github.com/aarambh-darshan/typewriter"
homepage = "https://github.com/aarambh-darshan/typewriter"
readme = "README.md"
authors = ["Darshan Vichhi <aarambhdarshan@gmail.com>"]

[[bin]]
name = "typewriter"
path = "src/main.rs"

[[bin]]
name = "cargo-typewriter"
path = "src/bin/cargo-typewriter.rs"

[dependencies]
anyhow = { workspace = true }
clap = { version = "4", features = ["derive"] }
colored = "2"
notify = "6"
serde_json = "1"
similar = "2"
typewriter-core = { path = "../typewriter-core", version = "0.3.0" }
typewriter-engine = { path = "../typewriter-engine", version = "0.3.0" }

[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"