osoy 0.5.0

Command-line git repository manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
build:
	cargo build --release

publish:
	cargo publish --token ${TOKEN}

test:
	cargo test

clean:
	cargo clean

.PHONY: build publish test clean