tlauc 1.0.0

Rewrites TLA⁺ specs to use Unicode symbols instead of ASCII, and vice-versa
Documentation
[dependencies.anyhow]
version = "1.0.81"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.csv]
version = "1.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.tree-sitter]
version = "0.22.5"

[dependencies.tree-sitter-tlaplus]
version = "1.2.8"
[dev-dependencies.glob]
version = "0.3.1"

[dev-dependencies.rayon]
version = "1.10.0"

[package]
authors = ["Andrew Helwer <2n8rn1w1f@mozmail.com>"]
categories = ["command-line-utilities", "text-editors"]
description = "Rewrites TLA⁺ specs to use Unicode symbols instead of ASCII, and vice-versa"
edition = "2021"
exclude = ["tests", ".github", ".gitignore", ".gitmodules"]
keywords = ["tla+", "tlaplus", "pluscal", "unicode"]
license = "MIT"
name = "tlauc"
readme = "README.md"
repository = "https://github.com/tlaplus-community/tlauc"
version = "1.0.0"