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 a7d7d5a commit b49c238Copy full SHA for b49c238
src/cross_toml.rs
@@ -1,3 +1,10 @@
1
+//! The `Cross.toml` configuration file.
2
+//!
3
+//! For a detailed user documentation of the file and the contents please refer to the [docs in the
4
+//! repo][1].
5
6
+//! [1]: https://github.com/cross-rs/cross/blob/main/docs/config_file.md
7
+
8
use crate::docker::custom::PreBuild;
9
use crate::docker::PossibleImage;
10
use crate::shell::MessageInfo;
src/lib.rs
@@ -34,7 +34,7 @@ mod tests;
34
pub mod cargo;
35
pub mod cli;
36
pub mod config;
37
-mod cross_toml;
+pub mod cross_toml;
38
pub mod docker;
39
pub mod errors;
40
mod extensions;
0 commit comments