Skip to content

Commit

Permalink
chore(term): specify features to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 10, 2024
1 parent 78b222c commit b7db28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ synd-feed = { path = "../synd_feed", version = "0.1.5" }
synd-o11y = { path = "../synd_o11y", version = "0.1.4" }

anyhow = { workspace = true }
chrono = { workspace = true }
clap = { workspace = true, features = ["derive", "string", "color", "suggestions", "wrap_help", "env"] }
chrono = { workspace = true, features = ["std"] }
clap = { workspace = true, features = ["derive", "string", "color", "suggestions", "wrap_help", "env", "std"] }
crossterm = { version = "0.27.0", features = ["event-stream"] }
directories = "5.0.1"
edit = "0.1.5"
Expand Down

0 comments on commit b7db28d

Please sign in to comment.