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
210 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]
actix-web.workspace = true
2022-02-02 03:09:06 +01:00
env_logger.workspace = true
log.workspace = true