mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
7 lines
173 B
TOML
7 lines
173 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "affine_schema"
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
sqlx = { workspace = true, default-features = false, features = ["migrate"] } |