Added features
textsender_models PR / Rustfmt (pull_request) Successful in 58s
textsender_models PR / Clippy (pull_request) Successful in 59s
textsender_models PR / Check (pull_request) Successful in 1m8s
Release Tagging / release (pull_request) Successful in 28s

This commit is contained in:
2026-06-14 17:19:39 -04:00
parent bb3f2f3af5
commit bea9489c8e
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_models"
version = "0.3.3"
version = "0.3.4"
edition = "2024"
rust-version = "1.95"
description = "Models used for the textsender project"
@@ -15,4 +15,11 @@ const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["uuid", "time"] }
[features]
default = ["full"]
full = ["user", "message", "contact"]
user = []
message = []
contact = []
[dev-dependencies]