1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

add ssl feature

This commit is contained in:
Nikolay Kim
2018-08-02 09:30:06 -07:00
parent cfb980642b
commit ba3cf13c72
3 changed files with 385 additions and 192 deletions

View File

@ -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");