Skip to content

Commit

Permalink
cross_toml: Update module docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
har7an committed Feb 20, 2024
1 parent a7d7d5a commit b49c238
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/cross_toml.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//! The `Cross.toml` configuration file.
//!
//! For a detailed user documentation of the file and the contents please refer to the [docs in the
//! repo][1].
//!
//! [1]: https://github.com/cross-rs/cross/blob/main/docs/config_file.md
use crate::docker::custom::PreBuild;
use crate::docker::PossibleImage;
use crate::shell::MessageInfo;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod tests;
pub mod cargo;
pub mod cli;
pub mod config;
mod cross_toml;
pub mod cross_toml;
pub mod docker;
pub mod errors;
mod extensions;
Expand Down

0 comments on commit b49c238

Please sign in to comment.