shaku_actix 0.1.1

Integration between shaku and Actix Web
Documentation
[dependencies.actix-web]
version = "3"

[dependencies.futures-util]
version = "0.3"

[dependencies.shaku]
features = ["thread_safe"]
version = ">= 0.5.0, < 0.7.0"

[package]
authors = ["Mark Drobnak <mark.drobnak@gmail.com>"]
description = "Integration between shaku and Actix Web"
edition = "2018"
keywords = ["di", "ioc", "dependency", "dependency-injection", "actix"]
license = "MIT/Apache-2.0"
name = "shaku_actix"
repository = "https://github.com/Mcat12/shaku"
version = "0.1.1"