2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
|
|
|
name = "basics"
|
2019-03-05 22:16:42 -08:00
|
|
|
version = "1.0.0"
|
2018-04-13 09:18:42 +08:00
|
|
|
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"
|
2018-04-13 09:18:42 +08:00
|
|
|
|
|
|
|
[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"
|
2018-04-13 09:18:42 +08:00
|
|
|
env_logger = "0.5"
|
2018-06-13 05:21:41 -07:00
|
|
|
bytes = "0.4"
|