mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
add ssl feature
This commit is contained in:
@ -133,6 +133,7 @@ fn create_something_v2(
|
||||
}
|
||||
|
||||
fn main() {
|
||||
::std::env::set_var("RUST_LOG", "actix_web=info");
|
||||
env_logger::init();
|
||||
let sys = actix::System::new("asyncio_example");
|
||||
|
||||
|
Reference in New Issue
Block a user