1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/forms/form/Cargo.toml
2022-01-29 15:23:37 +00:00

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"] }