1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/run-in-thread/Cargo.toml

12 lines
182 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-25 22:07:22 +01:00
actix-web = "4"
2022-02-02 03:09:06 +01:00
2022-12-11 16:25:57 +01:00
env_logger = "0.10"
2022-02-02 03:09:06 +01:00
log = "0.4"