build:
	cargo build -p drasi-bootstrap-neo4j

test:
	cargo test -p drasi-bootstrap-neo4j

integration-test:
	@echo "No integration test target for bootstrap-only crate"

lint:
	cargo clippy -p drasi-bootstrap-neo4j --all-targets -- -D warnings
