mirror of https://github.com/AMT-Cheif/drift.git
22 lines
364 B
YAML
22 lines
364 B
YAML
name: vm
|
|
description: A sample command-line application.
|
|
# version: 1.0.0
|
|
# homepage: https://www.example.com
|
|
# author: Simon Binder <oss@simonbinder.eu>
|
|
|
|
environment:
|
|
sdk: '>=2.4.0 <3.0.0'
|
|
|
|
dependencies:
|
|
moor_ffi:
|
|
path: ../../../moor_ffi
|
|
tests:
|
|
path: ../tests
|
|
|
|
dev_dependencies:
|
|
test: ^1.5.0
|
|
|
|
dependency_overrides:
|
|
moor:
|
|
path: ../../../moor
|