rustytime 0.1.4

Rusty Time - A simple time tracking tool
1
2
3
4
5
6

build:
	@cargo build

watch: 
	@cargo watch -c -w src -x build