gdck 0.5.1

A fast GDScript formatter and linter
[package]
name = "gdck"
description = "A fast GDScript formatter and linter"
keywords = ["godot", "gdscript", "formatter", "linter"]
categories = ["command-line-utilities", "development-tools"]
readme = "../../README.md"
version.workspace = true
# The binary. `cargo install gdck` is the reason any of this is published.
publish = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true

[[bin]]
name = "gdck"
path = "src/main.rs"

[dependencies]
anyhow.workspace = true
clap.workspace = true
gdck-config.workspace = true
gdck-format.workspace = true
gdck-lint.workspace = true
gdck-syntax.workspace = true
ignore.workspace = true
similar.workspace = true

[dev-dependencies]
assert_cmd.workspace = true

[lints]
workspace = true