Release Tagging / release (push) Successful in 36s
Rust Build / Check (push) Successful in 43s
Rust Build / Test Suite (push) Successful in 28s
Rust Build / Rustfmt (push) Successful in 29s
Rust Build / Clippy (push) Successful in 27s
Rust Build / build (push) Successful in 26s
Reviewed-on: phoenix/textsender-models#4
20 lines
601 B
TOML
20 lines
601 B
TOML
[package]
|
|
name = "textsender_models"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
rust-version = "1.95"
|
|
description = "models used for the textsender project"
|
|
# license = "MIT"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = { version = "1.0.149" }
|
|
rand = { version = "0.10.1" }
|
|
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
|
|
uuid = { version = "1.23.1", features = ["v4", "serde"] }
|
|
# josekit = { version = "0.10.3" }
|
|
# utoipa = { version = "5.4.0", features = ["uuid", "time"] }
|
|
|
|
[dev-dependencies]
|
|
tempfile = { version = "3.27.0" }
|