Adding deno_transpiler library as a dependency
Run this command in a terminal, in your project's directory:
cargo add deno-transpiler
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
deno-transpiler = "0.4.0"
The deno_transpiler library will be automatically available globally.
Read the deno_transpiler library documentation.