aerosol/Cargo.toml
2020-06-02 12:16:32 +01:00

12 lines
306 B
TOML

[package]
name = "aerosol"
version = "0.3.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"