mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
20 lines
347 B
YAML
20 lines
347 B
YAML
name: async_tools
|
|
description: Useful data structures and tools for async/Future code
|
|
version: 1.0.0
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.2.6
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
freezed_annotation: ^2.2.0
|
|
mutex:
|
|
path: ../mutex
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.8
|
|
freezed: ^2.3.5
|
|
lint_hard: ^4.0.0
|
|
test: ^1.24.0
|