summaryrefslogtreecommitdiff
path: root/makefile
blob: b48838bc133397c751123e73cd0eedbf57f808fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
install:
	cargo install --path btc-wire --bin btc-wire
	cargo install --path eth-wire --bin eth-wire
	cargo install --path wire-gateway

segwit_demo: 
	cargo run --release --bin segwit-demo

test:
	RUST_BACKTRACE=full cargo run --profile dev --bin instrumentation -- offline

msrv:
	cargo msrv --min 1.70.0