1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

update cargo files

This commit is contained in:
Nikolay Kim
2019-03-26 12:50:51 -07:00
parent 50c0ddb3cd
commit 9451ba71f4
10 changed files with 48 additions and 41 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "awc"
version = "0.1.0"
version = "0.1.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web client."
readme = "README.md"
@ -45,4 +45,4 @@ env_logger = "0.6"
mime = "0.3"
actix-rt = "0.2.1"
actix-http = { path = "../actix-http/", features=["ssl"] }
actix-http-test = { path = "../actix-http/test-server/", features=["ssl"] }
actix-http-test = { path = "../test-server/", features=["ssl"] }