Offset is a credit card powered by trust between people.
Warning: Offset is still a work in progress, and is not yet ready for use in production.
Each crate license info can be found in the corresponding crate directory and in
the crate's Cargo.toml
.
sudo apt install capnproto
brew install canpnp
Offset builds on stable!
The toolchain is pinned using the rust-toolchain
file.
For testing, run:
cargo test
To build, run:
cargo build --release
If you want to hack on Offset, run the following commands to install clippy, rustfmt and rls:
rustup update
rustup component add clippy
rustup component add rustfmt
rustup component add rls rust-analysis rust-src