aerosol/Cargo.toml

13 lines
309 B
TOML
Raw Normal View History

2018-09-18 11:39:15 +01:00
[package]
name = "aerosol"
2018-10-29 01:36:58 +00:00
version = "0.1.2"
2018-09-18 11:39:15 +01:00
authors = ["Diggory Blake <diggsey@googlemail.com>"]
edition = "2018"
2018-09-18 11:43:20 +01:00
description = "Dependency injection with compile-time guarantees"
repository = "https://github.com/Diggsey/aerosol"
license = "MIT OR Apache-2.0"
2018-09-18 11:39:15 +01:00
[dependencies]
tt-call = "1.0"
failure = "0.1"