mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
12 lines
181 B
TOML
12 lines
181 B
TOML
[package]
|
|
name = "run-in-thread"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Run Actix Web in separate thread"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
|
|
env_logger = "0.9"
|
|
log = "0.4"
|