1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/forms/form/Cargo.toml

9 lines
148 B
TOML
Raw Normal View History

2018-07-04 17:12:33 +02:00
[package]
name = "form-example"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
2022-01-29 15:23:37 +00:00
edition = "2021"
2018-07-04 17:12:33 +02:00
[dependencies]
2022-02-25 21:07:22 +00:00
actix-web = "4"
2020-09-12 16:49:45 +01:00
serde = { version = "1", features = ["derive"] }