gl-client 0.1.9

Client library for Greenlight, and basis for language bindings.
1
2
3
4
5
6
7
8
check-rs:
	cd libs; cargo test --all -- --test-threads=1

clean-rs:
	cd libs; cargo clean

check-self-gl-client:
	(cd libs/gl-client; cargo test)