# Safejar CPI `safejar_cpi` is a Rust library for using [the Safejar smart contract](https://safejar.io). ## Features - **Jars**: manage on-chain funds via Jars - **Delegate**: delegate funds from Jars to users - **Rule Set**: Place restrictions on how funds are spent via rules ## Installation To use `safejar_cpi` in your Rust project, add it to your `Cargo.toml`: ```toml [dependencies] safejar_cpi = "0.3.0"