neo/neo-entity/Cargo.toml
Patrick Michl d98e9ea9e3
All checks were successful
continuous-integration/drone/push Build is passing
add events and rooms migrations
2022-07-24 23:08:02 +02:00

12 lines
352 B
TOML

[package]
name = "neo-entity"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
chrono = {version = "0.4", features = ["serde"] }
sea-orm = { version = "^0.9", features = ["macros", "with-chrono", "with-uuid", "with-json"], default-features = false }
serde = "1.0"
serde_json = "1.0"
uuid = { version = "*", features = ["v4", "serde"]}