mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
14 lines
392 B
TOML
14 lines
392 B
TOML
[package]
|
|
name = "editor-message-tree"
|
|
description = "Tool to generate developer documentation for the editor message system structure"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
# Local dependencies
|
|
editor = { path = "../../editor", package = "graphite-editor" }
|