neo/neo-entity/Cargo.toml
Patrick Michl 26e39c7c06
Some checks failed
continuous-integration/drone/push Build is failing
stage 1 of switching from raw sqlx to sea_orm
2022-07-06 23:21:34 +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.8", features = ["macros", "with-chrono", "with-uuid", "with-json"], default-features = false }
serde = "1.0"
serde_json = "1.0"
uuid = { version = "*", features = ["v4", "serde"]}