app_ctx 0.1.3-Fixed

An AppCtx implementation in Rust, like ApplicationContext in SpringBoot
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.once_cell]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
features = ["test-util", "macros"]
version = "1"

[package]
authors = ["zhongyi"]
description = "An AppCtx implementation in Rust, like ApplicationContext in SpringBoot"
edition = "2021"
license = "MIT"
name = "app_ctx"
readme = "README.md"
repository = "https://github.com/zhongyi51/app_ctx"
version = "0.1.3-Fixed"