Files
simodels/Cargo.toml
T
phoenixandphoenix c555110367 rust_version_bump (#32)
Reviewed-on: phoenix/icarus_models#32
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 18:13:28 +00:00

17 lines
490 B
TOML

[package]
name = "icarus_models"
version = "0.4.0"
edition = "2024"
rust-version = "1.86"
description = "models used for the icarus project"
license = "MIT"
[dependencies]
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.139" }
rand = { version = "0.9" }
time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
[dev-dependencies]
tempfile = { version = "3.19.1" }