Implement statically required resources

This commit is contained in:
Diggory Blake 2023-08-03 19:56:48 +01:00
parent 3d7c0bed49
commit a5395a5d33
No known key found for this signature in database
GPG key ID: E6BDFA83146ABD40
9 changed files with 195 additions and 56 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "aerosol"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
authors = ["Diggory Blake <diggsey@googlemail.com>"]
edition = "2018"
description = "Simple dependency injection for Rust"
@ -23,6 +23,7 @@ axum = { version = "0.6", optional = true }
tracing = { version = "0.1", optional = true }
thiserror = { version = "1.0", optional = true }
anyhow = { version = "1.0" }
frunk = "0.4.2"
[dev-dependencies]
tokio = { version = "1.0", features = ["macros"] }