mirror of
https://git.alemi.dev/dashboard.git
synced 2024-11-12 19:29:18 +01:00
chore: no more dashboard_bin
This commit is contained in:
parent
4bc7cab8d8
commit
f48d1e3682
1 changed files with 1 additions and 5 deletions
|
@ -3,10 +3,6 @@ name = "dashboard"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "dashboard_bin"
|
|
||||||
path = "src/main.rs"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
web = ["chrono/wasmbind", "eframe/persistence"]
|
web = ["chrono/wasmbind", "eframe/persistence"]
|
||||||
|
|
||||||
|
@ -15,7 +11,7 @@ rand = "0.8"
|
||||||
dirs = "4"
|
dirs = "4"
|
||||||
git-version = "0.3.5"
|
git-version = "0.3.5"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
tracing = "0.1" # egui / eframe use tracing
|
tracing = "0.1"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
csv = "1.1"
|
csv = "1.1"
|
||||||
|
|
Loading…
Reference in a new issue