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