Files
thoughts/crates/api-types/Cargo.toml
Gabriel Kaszewski 7ee22ae79f
Some checks failed
lint / lint (push) Failing after 7m24s
test / unit (push) Successful in 17m17s
test / integration (push) Failing after 18m2s
feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
2026-05-24 04:29:04 +02:00

12 lines
278 B
TOML

[package]
name = "api-types"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
utoipa = { version = "5.5.0", features = ["uuid", "chrono"] }