mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-04 01:28:51 +03:00
15 lines
276 B
TOML
15 lines
276 B
TOML
[package]
|
|
name = "compat-harness"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
commands = { path = "../commands" }
|
|
tools = { path = "../tools" }
|
|
runtime = { path = "../runtime" }
|
|
|
|
[lints]
|
|
workspace = true
|