1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
examples/basics/Cargo.toml

17 lines
449 B
TOML
Raw Normal View History

[package]
name = "basics"
2019-03-05 22:16:42 -08:00
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2018-04-13 12:32:15 -07:00
workspace = "../"
2019-03-05 22:16:42 -08:00
edition = "2018"
[dependencies]
2019-03-06 10:29:01 -08:00
actix-rt = "0.2"
2019-03-05 22:16:42 -08:00
actix-web = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
2019-03-06 23:44:46 -08:00
actix-files = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
2019-03-05 22:16:42 -08:00
actix-session = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
2018-07-16 12:36:53 +06:00
2019-03-05 22:16:42 -08:00
futures = "0.1.25"
env_logger = "0.5"
2018-06-13 05:21:41 -07:00
bytes = "0.4"