galoy-cli 0.0.0

A CLI Client for interacting with Galoy Backend
Documentation
watch:
	RUST_BACKTRACE=full cargo watch -s 'cargo test -- --nocapture'

next-watch:
	cargo watch -s 'cargo nextest run'

test-in-ci:
	cargo nextest run --verbose --locked

check-code:
	cargo fmt --check --all
	cargo clippy --all-features
	cargo audit

build:
	cargo build --locked

e2e: build
	bats -t tests/e2e