25 lines
540 B
YAML
25 lines
540 B
YAML
name: platform_queue
|
|
description: The Queue Package for the Protevus Platform
|
|
version: 0.0.1
|
|
homepage: https://protevus.com
|
|
documentation: https://docs.protevus.com
|
|
repository: https://github.com/protevus/platform
|
|
|
|
environment:
|
|
sdk: ^3.4.2
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
platform_container: ^9.0.0
|
|
angel3_mq: ^8.0.0
|
|
angel3_event_bus: ^8.0.0
|
|
angel3_reactivex: ^8.0.0
|
|
uuid: ^4.5.1
|
|
crypto: ^3.0.5
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.3.3
|
|
build_test: ^2.1.0
|
|
lints: ^3.0.0
|
|
mockito: ^5.0.0
|
|
test: ^1.24.0
|