shaku_rocket 0.7.0

Integration between shaku and Rocket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.rocket]
version = "0.5.0"

[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 Rocket"
edition = "2018"
keywords = ["di", "ioc", "dependency", "dependency-injection", "rocket"]
license = "MIT/Apache-2.0"
name = "shaku_rocket"
readme = "README.md"
repository = "https://github.com/AzureMarker/shaku"
version = "0.7.0"