g2json 0.1.0

codegen for build grpc proxy over websocket and json
Documentation
[package]
name = "g2json"
version = "0.1.0"
edition = "2021"
description = "codegen for build grpc proxy over websocket and json"
license = "Apache-2.0"
repository = "https://gitlab.com/hjiayz/g2json"

[dependencies]
anyhow="1.0"
prost-types="0.11"
tonic-build="0.9"
prost="0.11"
heck="0.4"
petgraph="0.6"
run_script="0.10"
deno_ast = { version = "0.27" , features = ["transpiling"] }

[dev-dependencies]

[workspace]
members = [
    "examples",
    "g2jsonrt",
]
resolver = "2"