tu 0.1.0

CLI tool to get the UTC datetime for a given natural language time/date description
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: help
help: makefile
	@tail -n +4 makefile | grep ".PHONY"


.PHONY: test
test:
	cargo test -- --show-output


.PHONY: install
install:
	cargo install --path .