Skip to content

Commit

Permalink
🔧 (Cargo.toml): 只在windows上需要nu-ansi-term依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Sep 23, 2024
1 parent dc5439b commit c4400f8
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 @@ -10,7 +10,6 @@ edition = "2021"
anyhow = "1.0.88"
clap = { version = "4.5.17", features = ["derive"] }
fs_extra = "1.3.0"
nu-ansi-term = "0.50.1"
opendal = { version = "0.49.2", features = ["layers-mime-guess", "services-oss"] }
pushover-rs = "0.3.18"
reqwest = "0.12.7"
Expand All @@ -23,6 +22,7 @@ tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
walkdir = "2.5.0"

[target.'cfg(windows)'.dependencies]
nu-ansi-term = "0.50.1"
windows-service = "0.7.0"
zip = "2.2.0"

Expand Down

0 comments on commit c4400f8

Please sign in to comment.