aboutsummaryrefslogtreecommitdiff
path: root/entity/Cargo.toml
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-08-26 21:13:53 +0900
committerTolmachev Igor <me@igorek.dev>2025-08-26 21:13:53 +0900
commitdc33fa8416ce6b447494c6efdf46518da37ac1cc (patch)
tree6bf069f70c953f14b3a7e84ed4a7bbcde3de7012 /entity/Cargo.toml
parent9cb5689c87978c4e05e87f631ebf92a626d583b0 (diff)
downloadqueue_server-dc33fa8416ce6b447494c6efdf46518da37ac1cc.tar.gz
queue_server-dc33fa8416ce6b447494c6efdf46518da37ac1cc.zip
Add database migration and entities
Diffstat (limited to 'entity/Cargo.toml')
-rw-r--r--entity/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/entity/Cargo.toml b/entity/Cargo.toml
new file mode 100644
index 0000000..d212311
--- /dev/null
+++ b/entity/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2name = "entity"
3version = "0.1.0"
4edition = "2024"
5publish = false
6
7
8[dependencies]
9sea-orm = "1.1.14"
10serde = { version = "1.0.219", features = ["derive"] }