mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-03 12:48:48 +03:00
feat: editor compatibility harness for upstream integration
This commit is contained in:
14
rust/crates/compat-harness/Cargo.toml
Normal file
14
rust/crates/compat-harness/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user