mirror of
https://github.com/lisk77/comet.git
synced 2025-10-24 13:58:49 +00:00
10 lines
No EOL
179 B
TOML
10 lines
No EOL
179 B
TOML
[package]
|
|
name = "comet_math"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
comet_log = { path = "../comet_log" }
|
|
num-traits = "0.2.19"
|
|
chrono = "0.4.0"
|
|
rand = "0.9.0-beta.1" |