mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Since Failure is now deprecated, and Rust's own std::error::Error trait doesn't preserve a backtrace on Stable, if we want to move to a supported library the most obvious successor is Anyhow.
12 lines
306 B
TOML
12 lines
306 B
TOML
[package]
|
|
name = "aerosol"
|
|
version = "0.2.0"
|
|
authors = ["Diggory Blake <diggsey@googlemail.com>"]
|
|
edition = "2018"
|
|
description = "Dependency injection with compile-time guarantees"
|
|
repository = "https://github.com/Diggsey/aerosol"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
tt-call = "1.0"
|
|
anyhow = "1"
|