1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/forms/form/Cargo.toml
2022-02-02 00:44:58 +00:00

10 lines
203 B
TOML

[package]
name = "form-example"
version = "1.0.0"
authors = ["Gorm Casper <gcasper@gmail.com>"]
edition = "2021"
[dependencies]
actix-web = "4.0.0-rc.1"
serde = { version = "1", features = ["derive"] }