veilidchat/packages/mutex/pubspec.yaml

13 lines
234 B
YAML
Raw Normal View History

2024-02-11 00:29:58 -05:00
name: mutex
description: Mutual exclusion with implementation of normal and read-write mutex
version: 3.1.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
dev_dependencies:
lint_hard: ^4.0.0
2024-02-27 21:37:39 -05:00
pana: ^0.22.2
2024-02-26 23:34:17 -05:00
test: ^1.25.2