29 lines
670 B
YAML
29 lines
670 B
YAML
name: oto_cli
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: '>=2.18.6 <4.0.0'
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
# path: ^1.8.0
|
|
json_annotation: ^4.8.0
|
|
resource_importer: ^0.2.0
|
|
dart_framework:
|
|
# path: '../dart_framework'
|
|
git:
|
|
url: toki@toki-labs.com:/Volumes/Data2/git/dart_framework.git
|
|
ref: master
|
|
build_manager:
|
|
# path: ../build_manager
|
|
git:
|
|
url: toki@toki-labs.com:/Volumes/Data2/git/build_manager.git
|
|
ref: master
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0
|
|
test: ^1.21.0
|
|
build_runner: ^2.1.4
|
|
json_serializable: ^6.0.1
|