[package] name = "newsfeed-entities" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true description = "Domain types, DTOs and error enums for newsfeed. No I/O." [dependencies] serde.workspace = true serde_json.workspace = true uuid.workspace = true chrono.workspace = true thiserror.workspace = true ts-rs.workspace = true