mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 23:58:12 +08:00
16 lines
414 B
TOML
16 lines
414 B
TOML
[package]
|
|
name = "migration-runner"
|
|
description = "Dispatches Graphite document migrations across the format and content tiers"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
migration-core = { workspace = true }
|
|
graph-storage = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
log = { workspace = true }
|