1 // This example's illustration is the Rocket.toml file.
main()2 fn main() {
3     rocket::ignite().launch();
4 }
5