Added code

This commit is contained in:
2026-05-28 21:04:26 -04:00
parent b4d1e59ba5
commit 180780f46b
5 changed files with 709 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[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" }