housekeeping
This commit is contained in:
parent
d56d8d134e
commit
b54bdfd1e2
1 changed files with 2 additions and 3 deletions
5
build.rs
5
build.rs
|
|
@ -3,10 +3,9 @@ use clap_complete::{
|
||||||
generate_to,
|
generate_to,
|
||||||
shells::{Bash, Elvish, Fish, Zsh},
|
shells::{Bash, Elvish, Fish, Zsh},
|
||||||
};
|
};
|
||||||
|
use flate2::{Compression, write::GzEncoder};
|
||||||
|
use std::io::{Error, prelude::Write};
|
||||||
use std::{env, path::PathBuf};
|
use std::{env, path::PathBuf};
|
||||||
use std::io::{Error,prelude::Write};
|
|
||||||
use flate2::{Compression,write::{GzEncoder}};
|
|
||||||
|
|
||||||
|
|
||||||
include!("src/lib/cli.rs");
|
include!("src/lib/cli.rs");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue