mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Implementations for Arc and other wrapping types.
This commit is contained in:
parent
f8ebe14790
commit
e5f497756a
8 changed files with 197 additions and 26 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue