1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00
examples/basics/Cargo.toml
2019-04-04 11:37:14 -07:00

17 lines
301 B
TOML

[package]
name = "basics"
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = ".."
edition = "2018"
[dependencies]
actix-rt = "0.2"
actix-web = "1.0.0-alpha.3"
actix-files = "0.1.0-alpha.2"
actix-session = "0.1.0-alpha.3"
futures = "0.1.25"
env_logger = "0.5"
bytes = "0.4"