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