[package] name = "shaku_rocket" version = "0.7.0" authors = ["Mark Drobnak "] description = "Integration between shaku and Rocket" repository = "https://github.com/AzureMarker/shaku" keywords = ["di", "ioc", "dependency", "dependency-injection", "rocket"] license = "MIT/Apache-2.0" edition = "2018" [dependencies] shaku = { version = ">= 0.5.0, < 0.7.0", path = "../shaku", features = ["thread_safe"] } rocket = "0.5.0"