Name change (#3)
Release Tagging / release (push) Successful in 1m13s
simodels Build / Test Suite (push) Successful in 1m23s
simodels Build / Clippy (push) Successful in 36s
simodels Build / Check (push) Successful in 3m2s
simodels Build / build (push) Successful in 1m19s
simodels Build / Rustfmt (push) Successful in 2m59s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-07-14 16:31:08 -04:00
parent 859b0fb1b3
commit fe9d101bd0
8 changed files with 68 additions and 45 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "icarus_models"
name = "simodels"
version = "0.11.3"
edition = "2024"
rust-version = "1.95"
description = "models used for the icarus project"
description = "models used for the soaricarus project"
license = "MIT"
[dependencies]
@@ -11,7 +11,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
rand = { version = "0.10.2" }
time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
uuid = { version = "1.23.5", features = ["v4", "serde"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["uuid", "time"] }