sauce 0.6.0

A tool for managing directory-specific state.
Documentation
.PHONY: test build lint format

test:
	cargo test

build:
	cargo build

lint:
	cargo check
	cargo clippy -- -D warnings
	cargo fmt -- --check

format:
	cargo fmt