mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
10 lines
206 B
TOML
10 lines
206 B
TOML
[package]
|
|
name = "form-example"
|
|
version = "1.0.0"
|
|
authors = ["Gorm Casper <gcasper@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.0-beta.21"
|
|
serde = { version = "1", features = ["derive"] }
|