mirror of
https://github.com/actix/actix-website
synced 2025-06-30 08:44:27 +02:00
Adds to workspace to test all code actually functions.
This commit is contained in:
6
examples/front-page/flexible-responders/Cargo.toml
Normal file
6
examples/front-page/flexible-responders/Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "flexible-responders"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
5
examples/front-page/flexible-responders/src/main.rs
Normal file
5
examples/front-page/flexible-responders/src/main.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// <flexible-responders>
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
// </flexible-responders>
|
Reference in New Issue
Block a user