commodore 0.1.1

Slack Command API handler library
1
2
3
4
5
6
7
8
9
10
11
build:
	@cargo build
.PHONY: build

clean:
	@cargo clean
.PHONY: clean

test:
	@cargo test
.PHONY: test