[package] name = "rusty-claude-cli" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] api = { path = "../api" } commands = { path = "../commands" } compat-harness = { path = "../compat-harness" } crossterm = "0.28" pulldown-cmark = "0.13" reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] } runtime = { path = "../runtime" } serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10" syntect = "5" tokio = { version = "1", features = ["rt-multi-thread", "time"] } tools = { path = "../tools" } [lints] workspace = true