Move contributor docs editor message structure tree generator from test to tools directory (#3663)

This commit is contained in:
Keavon Chambers
2026-01-20 23:53:15 -08:00
committed by GitHub
parent 7af60e02a3
commit 781fa7ae95
13 changed files with 142 additions and 111 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "editor-message-tree"
description = "Tool to generate developer documentation for the editor message system structure"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
# Local dependencies
editor = { path = "../../editor", package = "graphite-editor" }