Implementations for Arc and other wrapping types.

This commit is contained in:
Diggory Blake 2023-07-02 14:02:34 +01:00
parent f8ebe14790
commit e5f497756a
No known key found for this signature in database
GPG key ID: E6BDFA83146ABD40
8 changed files with 197 additions and 26 deletions

View file

@ -1,12 +1,15 @@
[package]
name = "aerosol"
version = "1.0.0-alpha.1"
version = "1.0.0-alpha.2"
authors = ["Diggory Blake <diggsey@googlemail.com>"]
edition = "2018"
description = "Simple dependency injection for Rust"
repository = "https://github.com/Diggsey/aerosol"
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
async = ["async-trait"]