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

9 lines
133 B
TOML
Raw Permalink 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]
actix-web.workspace = true
2023-01-02 21:35:11 +01:00
serde.workspace = true