summaryrefslogtreecommitdiff
path: root/makefile
blob: 96970e0aba61fac96f88dcb95eac23b478664e00 (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 --max 1.70.0 --linear