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