1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

move codec to separate crate

This commit is contained in:
Nikolay Kim
2018-12-09 15:19:25 -08:00
parent 3288b7648d
commit e50be58fdb
11 changed files with 37 additions and 4 deletions

View File

@ -16,6 +16,7 @@ edition = "2018"
[workspace]
members = [
"./",
"actix-codec",
"actix-service",
]
@ -48,6 +49,7 @@ cell = []
[dependencies]
actix = "0.7.6"
actix-service = "0.1.1"
actix-codec = { path = "actix-codec" }
log = "0.4"
num_cpus = "1.0"