mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
13 lines
229 B
TOML
13 lines
229 B
TOML
[package]
|
|
name = "form-example"
|
|
version = "1.0.0"
|
|
authors = ["Gorm Casper <gcasper@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "1"
|