mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
11 lines
240 B
TOML
11 lines
240 B
TOML
[package]
|
|
name = "database"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
migration = { path = "migration" }
|
|
entity = { path = "entity" }
|
|
sea-orm = { version = "2.0.0-rc.15", features = ["sqlx-postgres", "runtime-tokio"] }
|
|
|
|
paste = "1" |