summaryrefslogtreecommitdiffstats
path: root/testing/resources/dart_repo/pubspec.yaml
blob: bc719d055223e3baab6ae437ffe8114ef9352ac0 (plain)
1
2
3
4
5
6
7
8
9
10
environment:
  sdk: '>=2.10.0 <3.0.0'

name: hello_world_dart

executables:
    hello-world-dart:

dependencies:
  ansicolor: ^2.0.1