mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 19:11:32 +03: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"] } |