Skip to content

Commit

Permalink
feat: Add "none" example.
Browse files Browse the repository at this point in the history
Created by running `cargo shuttle init` and selecting the "none" option.
Will be used by shuttle-hq/shuttle#867
  • Loading branch information
paulotten committed Jun 5, 2023
1 parent e5f253c commit c5a46ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions none/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "none"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shuttle-runtime = "0.17.0"
3 changes: 3 additions & 0 deletions none/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

0 comments on commit c5a46ba

Please sign in to comment.