[package] name = "windmill-parser-csharp" version.workspace = true edition.workspace = true authors.workspace = true [lib] name = "windmill_parser_csharp" path = "./src/lib.rs" [dependencies] windmill-parser.workspace = true tree-sitter.workspace = true tree-sitter-c-sharp.workspace = true anyhow.workspace = true wasm-bindgen.workspace = true serde_json.workspace = true # convert_case.workspace = true # lazy_static.workspace = true # regex.workspace = true