2018-09-04 20:04:53 +00:00
|
|
|
name: angel_production
|
2019-04-28 17:09:44 +00:00
|
|
|
version: 1.0.0
|
2018-09-04 20:13:22 +00:00
|
|
|
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
|
2018-09-04 20:14:05 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2018-09-04 20:13:22 +00:00
|
|
|
homepage: https://github.com/angel-dart/production
|
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2018-09-04 20:04:53 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_container: #^1.0.0-alpha
|
|
|
|
path: ../container/angel_container
|
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../framework
|
2018-09-04 20:04:53 +00:00
|
|
|
args: ^1.0.0
|
|
|
|
io: ^0.3.2
|
2018-09-04 20:13:22 +00:00
|
|
|
logging: ^0.11.3
|
2018-09-04 20:34:33 +00:00
|
|
|
pub_sub: ^2.0.0
|
2019-04-28 17:09:44 +00:00
|
|
|
dev_dependencies:
|
2019-04-28 17:51:08 +00:00
|
|
|
pedantic: ^1.0.0
|