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