installer la caisse

# Install the package

cargo install <package>

# Then add the package under [dependencies] in the Cargo.toml file

[dependencies]
package = "0.1.0" # Replace the package and version with your desired package/version
Taylr