18 lines
No EOL
525 B
YAML
18 lines
No EOL
525 B
YAML
name: angel_production
|
|
version: 1.0.0
|
|
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/production
|
|
environment:
|
|
sdk: ">=2.10.0 <2.12.0"
|
|
dependencies:
|
|
angel_container: #^1.0.0-alpha
|
|
path: ../container/angel_container
|
|
angel_framework: #^2.0.0-alpha
|
|
path: ../framework
|
|
args: ^1.0.0
|
|
io: ^0.3.2
|
|
logging: ^0.11.3
|
|
pub_sub: ^2.0.0
|
|
dev_dependencies:
|
|
pedantic: ^1.0.0 |