rust-version-info-file 0.1.6

generating one file includes rustc version and cargo tree
Documentation
all: README.md

README.md: README.tpl src/lib.rs
	cargo readme > $@

test:
	cargo test

clean:
	@cargo clean
	@rm -f z.*