veilidchat/packages/async_tools/pubspec.yaml

20 lines
357 B
YAML
Raw Normal View History

2024-02-11 00:29:58 -05:00
name: async_tools
description: Useful data structures and tools for async/Future code
version: 1.0.0
publish_to: none
environment:
2024-02-26 23:34:17 -05:00
sdk: '>=3.2.0 <4.0.0'
2024-02-11 00:29:58 -05:00
# Add regular dependencies here.
dependencies:
2024-02-26 23:34:17 -05:00
freezed_annotation: ^2.4.1
2024-02-11 00:29:58 -05:00
mutex:
path: ../mutex
dev_dependencies:
2024-02-11 23:18:20 -05:00
build_runner: ^2.4.8
2024-02-26 23:34:17 -05:00
freezed: ^2.4.7
2024-02-11 00:29:58 -05:00
lint_hard: ^4.0.0
2024-02-26 23:34:17 -05:00
test: ^1.25.2