[package]
edition = "2018"
name = "oxur-component"
version = "0.1.2"
authors = ["Duncan McGreggor <oubiwann@gmail.com>"]
exclude = ["/.github", "/resources", ".gitignore"]
description = "Enabling the creation of application components with lifecycle and dependency support"
documentation = "https://docs.rs/oxur-component/"
readme = "README.md"
keywords = ["components", "dependencies", "dependency-injection", "systems"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/oxur/component"
[lib]
name = "component"
[dependencies.petgraph]
version = "0.5.0"