1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2024-12-23 04:49:29 -07:00
aspm/crates/server-migrations/Cargo.toml
Ty 0a877d639b
Create naja-server
yes i just programmed the entire server in one sitting/commit, shush
2024-07-11 23:02:55 -06:00

10 lines
355 B
TOML

[package]
name = "server-migrations"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sea-orm-migration = { version = "0.12.15", features = ["sqlx-sqlite", "runtime-tokio-rustls"] }
tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] }