tlauc 0.1.3

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

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

[dependencies.csv]
version = "1.1.6"

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

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

[dependencies.tree-sitter-tlaplus]
version = "0.6.2"
[dev-dependencies.glob]
version = "0.3.0"

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

[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 = "2018"
exclude = ["tests", ".github", ".gitignore", ".gitmodules"]
keywords = ["tlaplus", "unicode"]
license = "MIT"
name = "tlauc"
readme = "README.md"
repository = "https://github.com/tlaplus-community/tlauc"
version = "0.1.3"