Files
schedtxt_models/Cargo.toml
T
phoenix b9de25bce9
Release Tagging / release (pull_request) Successful in 52s
Rust Build / Test Suite (pull_request) Successful in 1m1s
Rust Build / Rustfmt (pull_request) Successful in 30s
Rust Build / Clippy (pull_request) Successful in 53s
Rust Build / Check (pull_request) Successful in 2m33s
Rust Build / build (pull_request) Successful in 1m47s
bump: textsender_models
2026-06-13 17:58:36 -04:00

19 lines
586 B
TOML

[package]
name = "textsender_models"
version = "0.3.2"
edition = "2024"
rust-version = "1.95"
description = "Models used for the textsender project"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["uuid", "time"] }
[dev-dependencies]