#!/usr/bin/env bash
set -euo pipefail

python3 -m pip install --upgrade maturin
maturin develop --release --manifest-path rust/palfrey_rust/Cargo.toml
