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