1
0
mirror of https://github.com/actix/examples synced 2025-03-13 16:42:35 +01:00
examples/forms/form/Cargo.toml

9 lines
153 B
TOML
Raw Normal View History

2018-07-04 17:12:33 +02:00
[package]
name = "form-example"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
2018-07-04 17:12:33 +02:00
[dependencies]
actix-web.workspace = true
2023-01-02 20:35:11 +00:00
serde.workspace = true