tron-api-client 0.0.4

Tron API client and CLI
Documentation
1
2
3
4
5
6
.PHONY: release

release:
	# build from scratch to ensure version in binary is updated
	rm -rf target/;
	cargo release $@;