[package]
edition = "2021"
name = "graphile_worker_migrations_core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core migration types for graphile_worker_migrations"
homepage = "https://docs.rs/graphile_worker_migrations"
documentation = "https://docs.rs/graphile_worker_migrations"
readme = false
keywords = []
categories = []
license-file = "LICENSE.md"
repository = "https://github.com/leo91000/graphile_worker_rs"
[lib]
name = "graphile_worker_migrations_core"
path = "src/lib.rs"
[dependencies]