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