unflow 0.1.1

Unflow is a DSL to convert design to code.
Documentation
[dependencies.antlr-rust]
version = "=0.2.0"

[dependencies.lsp-types]
version = "0.81"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt-core", "io-std"]
version = "0.2"

[dependencies.tower-lsp]
version = "0.13"

[package]
authors = ["Inherd Group <group@inherd.org>", "Phodal Huang <h@phodal.com>"]
categories = ["text-processing", "command-line-interface", "development-tools"]
description = "Unflow is a DSL to convert design to code.\n"
documentation = "https://github.com/inherd/unflow"
edition = "2018"
exclude = [".github/*", ".gitattributes", ".adr.json"]
homepage = "https://github.com/inherd/unflow"
license = "MIT"
name = "unflow"
readme = "README.md"
repository = "https://github.com/inherd/unflow"
version = "0.1.1"