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

17 lines
301 B
TOML
Raw Normal View History

[package]
name = "basics"
2019-03-06 07:16:42 +01:00
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-03-29 23:08:35 +01:00
workspace = ".."
2019-03-06 07:16:42 +01:00
edition = "2018"
[dependencies]
2019-03-06 19:29:01 +01:00
actix-rt = "0.2"
2019-04-08 08:39:45 +02:00
actix-web = "1.0.0-alpha.4"
actix-files = "0.1.0-alpha.4"
actix-session = "0.1.0-alpha.4"
2018-07-16 08:36:53 +02:00
2019-03-06 07:16:42 +01:00
futures = "0.1.25"
env_logger = "0.5"
2018-06-13 14:21:41 +02:00
bytes = "0.4"