docs/serving/samples/helloworld-dart/pubspec.yaml

7 lines
163 B
YAML

name: hello_world_dart
private: True # let's not accidentally publish this to pub.dartlang.org
dependencies:
shelf: ^0.7.3
environment:
sdk: '>=2.0.0 <3.0.0'