fireworks 1.0.4

A fun display of fireworks in the terminal
1
2
3
4
5
6
7
all:
	cargo build --release
	strip target/release/fireworks

check:
	cargo clippy --all -- -D warnings
	cargo test