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