build:
	poetry run maturin build
develop:
	poetry run maturin develop
test: develop
	poetry run pytest tests
