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