flamethrower 0.1.1

Deterministic cognition ledger using power_house (and optional pent_house).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all fmt lint test tree

all: fmt lint test

fmt:
	cargo fmt --all

lint:
	cargo clippy --all-targets -- -D warnings

test:
	cargo test --all -- --nocapture

tree:
	cargo tree --edges normal