mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-19 16:36:35 +00:00
12 lines
No EOL
263 B
TOML
12 lines
No EOL
263 B
TOML
[package]
|
|
name = "training_mod_metrics"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
datafusion = "5.0.0"
|
|
tokio = "1.11.0"
|
|
plotters = "0.3.1"
|
|
chrono = "0.4.19" |