Move to a dedicated file

This commit is contained in:
Aleksey Kladov 2020-06-08 13:58:54 +02:00
parent 6e4fca5882
commit 97ea2dfc4b
3 changed files with 64 additions and 57 deletions

View file

@ -16,8 +16,9 @@ use xtask::{
dist::run_dist,
install::{ClientOpt, InstallCmd, ServerOpt},
not_bash::pushd,
pre_commit, project_root, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt,
Result,
pre_commit, project_root,
release::run_release,
run_clippy, run_fuzzer, run_pre_cache, run_rustfmt, Result,
};
fn main() -> Result<()> {