18 lines
377 B
TOML
18 lines
377 B
TOML
[package]
|
|
name = "remote_scope"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
arrow = "58.2.0"
|
|
crossbeam-channel = "0.5.15"
|
|
eframe = { version = "0.30", features = ["glow", "persistence"] }
|
|
egui_plot = "0.30"
|
|
parquet = "58.2.0"
|
|
parquet_derive = "58.2.0"
|
|
tokio = { version = "1.52.2", features = ["full"] }
|
|
|
|
[build-dependencies]
|
|
embed-resource = "3.0.9"
|