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