2024-05-31 04:07:39 +02:00
|
|
|
[package]
|
|
|
|
name = "upub-migrations"
|
2024-12-27 16:43:49 +01:00
|
|
|
version = "0.4.0"
|
2024-05-31 04:07:39 +02:00
|
|
|
edition = "2021"
|
|
|
|
authors = [ "alemi <me@alemi.dev>" ]
|
|
|
|
description = "database migrations for upub"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
repository = "https://git.alemi.dev/upub.git"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2025-01-09 18:10:27 +01:00
|
|
|
sea-orm-migration = "1.1"
|
2025-01-21 02:38:46 +01:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
not-simplified = []
|