gdscript-base 0.3.0

Foundational POD types (FileId, TextSize/TextRange, LineIndex, result structs) for gdscript-analyzer.
Documentation
[package]
name = "gdscript-base"
description = "Foundational POD types (FileId, TextSize/TextRange, LineIndex, result structs) for gdscript-analyzer."
version.workspace = true
edition.workspace = true
readme = "README.md"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
categories.workspace = true
keywords.workspace = true

[dependencies]
serde = { workspace = true }

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]