//! This example specifies a value for `example.path` in //! the `Cargo.toml` file, so it is able to be discovered //! by Cargo. //! //! This is the *first* custom path example. //! fn main() { println!("This is a custom path example #1") }