We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b13c2 commit f22fa95Copy full SHA for f22fa95
cargo-dist/src/init/mod.rs
@@ -5,11 +5,13 @@ pub mod console_helpers;
5
mod dist_profile;
6
mod init_args;
7
8
+/*
9
use crate::config::{self, v1::TomlLayer, Config};
10
use crate::errors::DistResult;
11
use crate::migrate;
12
use crate::SortedMap;
13
use crate::{do_generate, GenerateArgs};
14
use console_helpers::theme;
15
+*/
16
pub use dist_profile::init_dist_profile;
17
pub use init_args::InitArgs;
0 commit comments