mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
11 lines
300 B
TOML
11 lines
300 B
TOML
[package]
|
|
name = "comet_math"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
comet_log = { path = "../comet_log" }
|
|
rand = "0.9.0-beta.1"
|
|
image = { version = "0.24", default_features = false, features = ["png", "jpeg", "hdr"] }
|
|
chrono = "0.4.40"
|
|
serde = { version = "1.0", features = ["derive"] }
|