# Scarb
Scarb is the project management tool for the [Cairo] language.
Scarb manages your dependencies, compiles your projects and works as an extensible platform assisting in development.
## Documentation
All information about Scarb is available on project's [website](https://docs.swmansion.com/scarb/).
* [Installation](https://docs.swmansion.com/scarb/download)
* [Cheat sheet](https://docs.swmansion.com/scarb/docs/cheatsheet)
* [Documentation](https://docs.swmansion.com/scarb/docs)
## Changelog and roadmap
All notable changes to this project are documented on the [GitHub releases] page.
We track project roadmap [here](https://github.com/orgs/software-mansion/projects/4/views/1).
## Credits
This product includes modified portions of code of [Cargo], developed by the Rust project contributors.
This product includes modified portions of code of [hex_solver], developed by Six Colors AB.
[Cairo]: https://www.cairo-lang.org/
[Cargo]: https://github.com/rust-lang/cargo
[github releases]: https://github.com/software-mansion/scarb/releases
[hex_solver]: https://github.com/hexpm/hex_solver