We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c23a3 commit bb9e135Copy full SHA for bb9e135
cargo-shuttle/src/args.rs
@@ -420,6 +420,8 @@ pub enum InitTemplateArg {
420
Poem,
421
/// Poise - Discord Bot framework with good slash command support
422
Poise,
423
+ /// Rama - Modular service framework to build proxies, servers and clients
424
+ Rama,
425
/// Serenity - Discord Bot framework
426
Serenity,
427
/// Tower - Modular service library
@@ -467,6 +469,7 @@ impl InitTemplateArg {
467
469
Poise => "poise/hello-world",
468
470
Rocket => "rocket/hello-world",
471
Salvo => "salvo/hello-world",
472
+ Rama => "rama/hello-world",
473
Serenity => "serenity/hello-world",
474
Thruster => "thruster/hello-world",
475
Tide => "tide/hello-world",
0 commit comments