lazyfossil 0.4.0

A lazygit-inspired TUI for Fossil SCM
1
2
3
4
5
6
7
8
all:
	rm -f target/debug/lazyfossil
	touch src/*.rs
	cargo run

publish:
	rm -f fossil-debug.log
	cargo publish