[alias]
t = "test --no-default-features"
tt = "test --no-default-features --features=ring-digest-in-hkdf"
local = "run --bin ss-local -- -k test-test -l 51980  -s  127.0.0.1 -p  51986 -m xchacha20-ietf-poly1305"
server = "run --bin ss-server -- -c shadowsocks.json"
shadow = "run --bin shadowrocks -- -k test-test --shadow -s 127.0.0.1 -p 51986 -m xchacha20-ietf-poly1305"
socks = "run --bin shadowrocks -- -k test-test -l 51980  -s  127.0.0.1 -p  51986 -m xchacha20-ietf-poly1305"
cl = "clippy --all-targets --all-features -- -D warnings"
