safe_vault 0.20.2

Implementation of the 'Vault' node for the SAFE Network.
Documentation
1
2
3
4
5
6
#!/bin/bash

set -e -x

cargo clippy "$@" --all-targets
cargo clippy "$@" --all-targets --features=mock --no-default-features