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

9 lines
120 B
TOML
Raw Normal View History

2018-05-23 23:25:51 +02:00
[package]
name = "getting-started"
version = "1.0.0"
2019-06-18 22:44:43 +02:00
edition = "2018"
2018-05-24 05:39:15 +02:00
workspace = "../"
2018-05-23 23:25:51 +02:00
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"