1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/easy-form-handling/Cargo.toml

10 lines
143 B
TOML
Raw Normal View History

[package]
name = "easy-form-handling"
version = "1.0.0"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
serde = "1.0"