wdl_ast
Run this command in a terminal, in your project's directory:
cargo add wdl-ast
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
wdl-ast = "0.21.1"
The wdl_ast library will be automatically available globally. Read the wdl_ast library documentation.
Back to the crate overview.