chore: no more dashboard_bin

This commit is contained in:
əlemi 2022-11-04 02:13:10 +01:00
parent 4bc7cab8d8
commit f48d1e3682
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -3,10 +3,6 @@ name = "dashboard"
version = "0.4.0"
edition = "2021"
[[bin]]
name = "dashboard_bin"
path = "src/main.rs"
[features]
web = ["chrono/wasmbind", "eframe/persistence"]
@ -15,7 +11,7 @@ rand = "0.8"
dirs = "4"
git-version = "0.3.5"
chrono = "0.4"
tracing = "0.1" # egui / eframe use tracing
tracing = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
csv = "1.1"