gnostr-asyncgit 0.0.4

gnostr:fork of asyncgit
Documentation
1
2
3
4
5
6
7
8
9
10
test:
	cargo test
	cargo bench --no-run
	cargo clippy ##-- -Dwarnings
	cargo fmt ##--check
  # FIXME cargo deny complaining about vulnerabilities
	# cargo deny check
	git cliff --unreleased
install:
	cargo install --path .