feat: editor compatibility harness for upstream integration

This commit is contained in:
Sisyphus
2026-04-01 20:36:06 +09:00
parent 4599c39a28
commit 3a1833e444
2 changed files with 370 additions and 0 deletions

View 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