shaku_rocket 0.3.0

Integration between shaku and Rocket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "shaku_rocket"
version = "0.3.0"
authors = ["Mark Drobnak <mark.drobnak@gmail.com>"]
description = "Integration between shaku and Rocket"
repository = "https://github.com/Mcat12/shaku"
keywords = ["di", "ioc", "dependency", "inversion", "dependency-injection"]
license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
shaku = "~0.3.0"
rocket = "0.4"

[patch.crates-io]
shaku = { path = "../shaku" }
shaku_derive = { path = "../shaku_derive" }