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