1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/forms/form/Cargo.toml

9 lines
157 B
TOML
Raw Normal View History

2018-07-04 17:12:33 +02:00
[package]
name = "form-example"
2019-12-07 18:59:24 +01:00
version = "1.0.0"
2022-01-29 16:23:37 +01:00
edition = "2021"
2018-07-04 17:12:33 +02:00
[dependencies]
2022-02-02 01:44:58 +01:00
actix-web = "4.0.0-rc.1"
2020-09-12 17:49:45 +02:00
serde = { version = "1", features = ["derive"] }