mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
10 lines
141 B
TOML
10 lines
141 B
TOML
[package]
|
|
name = "async-handlers"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
futures = "0.3"
|