pmu_dart/pubspec.yaml

16 lines
292 B
YAML
Raw Permalink Normal View History

2024-09-21 23:06:38 +04:00
name: dart
description: A sample command-line application with basic argument parsing.
version: 0.0.1
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.5.2
# Add regular dependencies here.
dependencies:
args: ^2.4.2
dev_dependencies:
lints: ^4.0.0
test: ^1.24.0