mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
17 lines
344 B
TOML
17 lines
344 B
TOML
[package]
|
|
name = "windmill-parser-go"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_parser_go"
|
|
path = "./src/lib.rs"
|
|
|
|
[dependencies]
|
|
windmill-parser.workspace = true
|
|
itertools.workspace = true
|
|
anyhow.workspace = true
|
|
gosyn.workspace = true
|
|
lazy_static.workspace = true
|
|
regex.workspace = true |