Skip to content

Commit b49c238

Browse files
committed
cross_toml: Update module docs.
1 parent a7d7d5a commit b49c238

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/cross_toml.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
use crate::docker::custom::PreBuild;
29
use crate::docker::PossibleImage;
310
use crate::shell::MessageInfo;

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mod tests;
3434
pub mod cargo;
3535
pub mod cli;
3636
pub mod config;
37-
mod cross_toml;
37+
pub mod cross_toml;
3838
pub mod docker;
3939
pub mod errors;
4040
mod extensions;

0 commit comments

Comments
 (0)