It'd be nice if we could just add this to the embedded manifest and just be good to go, like with normal `cargo` manifests, once the new edition is out: ``` //! ```cargo //! edition = "2018" //! ... //! ``` ```