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