1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/examples/application/Cargo.toml

11 lines
157 B
TOML
Raw Normal View History

2018-05-23 21:28:12 +02:00
[package]
name = "application"
version = "1.0.0"
2019-06-13 09:24:25 +02:00
edition = "2018"
2018-05-24 05:39:15 +02:00
workspace = "../"
2018-05-23 21:28:12 +02:00
[dependencies]
2019-12-28 17:15:22 +01:00
actix-web = "2.0"
actix-rt = "1.0"
2020-01-02 07:43:41 +01:00
actix-service = "1.0"