alemi
5b592874cb
hopefully this makes lsp more responsive? because it wont need to recompile everything every time, but idk really
14 lines
290 B
TOML
14 lines
290 B
TOML
[package]
|
|
name = "upub-migrations"
|
|
version = "0.2.0"
|
|
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]
|
|
sea-orm-migration = "0.12"
|