# Cargo<no value>

== Description

The cargo crawler looks recursively for all cargo crates from a specific root directory. Then for each of them, it tries to update dependencies specified in `Cargo.toml`.

This crawler can be enabled either automatically with default behavior by running `updatecli diff --experimental` from a directory containing the files to update.
Or by providing a manifest.

=== Manifests
==== Parameters

The crawler `cargo` supports the following parameters:

{{< autodiscoveryparameters "cargo" >}}

==== Example

[source,yaml]
----
# updatecli.d/default.yaml
{{<include "assets/code_example/docs/plugins/autodiscovery/cargo/updatecli.d/default.yaml">}}
----
