Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Create "full" feature flag
  • Loading branch information
andtsa authored Jul 12, 2024
1 parent 9bf7123 commit b5bf21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gs/station/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ anyhow = "1.0.86"
default = ["backend"]
tui = ["crossterm", "ratatui"]
backend = ["tauri"]
full = ["backend", "tui"]

# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
# If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri's `dev` and `build` modes.
# DO NOT REMOVE!!
Expand Down

0 comments on commit b5bf21c

Please sign in to comment.