mirror of
https://git.alemi.dev/dashboard.git
synced 2024-11-14 11:59:18 +01:00
alemi
d6c2e49843
also chore: removed wasm32 stuff. it probably can't work so i'll think again about it some other time
29 lines
762 B
TOML
29 lines
762 B
TOML
[package]
|
|
name = "dashboard"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
web = ["chrono/wasmbind", "eframe/persistence"]
|
|
|
|
[dependencies]
|
|
rand = "0.8"
|
|
dirs = "4"
|
|
git-version = "0.3.5"
|
|
chrono = "0.4"
|
|
tracing = "0.1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
csv = "1.1"
|
|
jql = { version = "4", default-features = false }
|
|
eframe = { version = "0.19", features = ["persistence"] }
|
|
futures = "0.3"
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
sea-orm = { version = "0.10", features = [ "runtime-tokio-rustls", "sqlx-sqlite", "sqlx-postgres", "macros" ] }
|
|
clap = { version = "4", features = ["derive"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing-subscriber = "0.3"
|
|
ctrlc = "3.2.3"
|
|
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|