gdck-format 0.6.0

GDScript formatter, the engine behind `gdck format` (internal)
Documentation
[package]
name = "gdck-format"
description = "GDScript formatter, the engine behind `gdck format` (internal)"
version.workspace = true
# Published only because the binary depends on it. The API is gdck's own and
# changes with it; nothing here is a promise.
publish = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true

[dependencies]
gdck-config.workspace = true
gdck-syntax.workspace = true

[dev-dependencies]
gdck-syntax.workspace = true

[lints]
workspace = true