SimpleHelperTools/dart/pubspec.yaml
2024-08-30 11:05:57 -07:00

18 lines
404 B
YAML

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.1
# Add regular dependencies here.
dependencies:
args: ^2.4.2
libac_dart:
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
version: 1.2.82924+1846
dev_dependencies:
lints: ^4.0.0
test: ^1.24.0