Adding macroforge_ts_syn library as a dependency

Run this command in a terminal, in your project's directory:

cargo add macroforge_ts_syn

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

macroforge_ts_syn = "0.1.77"

The macroforge_ts_syn library will be automatically available globally. Read the macroforge_ts_syn library documentation.

Back to the crate overview.