mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
add run-in-thread example
This commit is contained in:
11
run-in-thread/Cargo.toml
Normal file
11
run-in-thread/Cargo.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "run-in-thread"
|
||||
version = "2.0.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Run actix-web in separate thread"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "2.0.0-rc"
|
||||
actix-rt = "1.0.0"
|
||||
env_logger = "0.6"
|
Reference in New Issue
Block a user