1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/run-in-thread/Cargo.toml

12 lines
190 B
TOML
Raw Normal View History

2022-02-02 03:09:06 +01:00
[package]
name = "run-in-thread"
version = "1.0.0"
edition = "2021"
description = "Run Actix Web in separate thread"
[dependencies]
2022-02-18 03:40:58 +01:00
actix-web = "4.0.0-rc.3"
2022-02-02 03:09:06 +01:00
env_logger = "0.9"
log = "0.4"