summaryrefslogtreecommitdiff
path: root/makefile
blob: b0c381e4fdaae3b947f69de8e7e07122cba78498 (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 -r --bin instrumentation -- offline

msrv:
	cargo msrv --min 1.70.0 --max 1.70.0 --linear