mirror of
https://github.com/actix/examples
synced 2024-11-30 17:14:35 +01:00
add ssl feature
This commit is contained in:
parent
cfb980642b
commit
ba3cf13c72
574
Cargo.lock
generated
574
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@ authors = ["dowwie <dkcdkg@gmail.com>"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.7"
|
actix = "0.7"
|
||||||
actix-web = "0.7"
|
actix-web = { version="0.7.3", features=["rust-tls"] }
|
||||||
|
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
serde = "1.0.43"
|
serde = "1.0.43"
|
||||||
|
@ -133,6 +133,7 @@ fn create_something_v2(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
::std::env::set_var("RUST_LOG", "actix_web=info");
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
let sys = actix::System::new("asyncio_example");
|
let sys = actix::System::new("asyncio_example");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user