Rust Crate

To use the garaga_rs crate in your project, add the following to your Cargo.toml

[dependencies]
garaga_rs = { git = "https://github.com/keep-starknet-strange/garaga.git"}

It is recommended to use the latest release tag of the form vX.Y.Z (example v0.14.0) to be in sync with the latest declared Maintained Smart Contracts.

[dependencies]
garaga_rs = { git = "https://github.com/keep-starknet-strange/garaga.git", tag = "v0.14.0" }

Last updated