Skip to content

Commit

Permalink
chore: disable ratatui dashboard by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Nov 22, 2024
1 parent cdf122c commit caf673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ url = { version = "2.5.3", features = ["serde"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }

[features]
default = ["ratatui_dashboard", "statsd_reporter"]
default = ["statsd_reporter"]
ratatui_dashboard = ["dep:crossterm", "dep:ratatui"]
statsd_reporter = ["dep:cadence"]
web_dashboard = ["dep:mime_guess", "dep:rust-embed"]

0 comments on commit caf673f

Please sign in to comment.