This crate requires a nightly (unstable, experimental) compiler version. To switch to it, you must have Rust installed via Rustup, and run:

rustup default nightly

Run rustup default stable to switch back.

Adding cloud_terrastodon_command library as a dependency

Run this command in a terminal, in your project's directory:

cargo add cloud_terrastodon_command

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

cloud_terrastodon_command = "0.33.0"

The cloud_terrastodon_command library will be automatically available globally. Read the cloud_terrastodon_command library documentation.

Back to the crate overview.