.PHONY: build lint test

build:
	cargo build -p drasi-bootstrap-oracle

lint:
	cargo clippy -p drasi-bootstrap-oracle --all-targets --all-features

test:
	cargo test -p drasi-bootstrap-oracle
