mirror of https://github.com/AMT-Cheif/drift.git
30 lines
628 B
YAML
30 lines
628 B
YAML
name: moor_generator
|
|
description: Moor has been renamed to Drift.
|
|
version: 4.6.1
|
|
repository: https://github.com/simolus3/drift
|
|
homepage: https://drift.simonbinder.eu/
|
|
issue_tracker: https://github.com/simolus3/drift/issues
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
build: ^2.1.0
|
|
drift_dev: ^1.0.0
|
|
# When users depend on the latest moor_generator, they should also get the latest moor for
|
|
# the migration to work
|
|
moor: ^4.6.0
|
|
|
|
executables:
|
|
moor_generator:
|
|
|
|
dependency_overrides:
|
|
drift:
|
|
path: ../drift
|
|
drift_dev:
|
|
path: ../drift_dev
|
|
sqlparser:
|
|
path: ../sqlparser
|
|
moor:
|
|
path: ../moor
|