Skip to content

Commit

Permalink
Use XDG conventions on macOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshgupta137 committed Apr 26, 2023
1 parent 94d56c0 commit 038a488
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 155 deletions.
217 changes: 89 additions & 128 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ path = "src/main.rs"

[dependencies]
anyhow = "1"
app_dirs = { version = "2", package = "app_dirs2" }
atty = "0.2"
clap = { version = "3", features = ["std", "derive", "suggestions", "color"], default-features = false }
env_logger = { version = "0.10", optional = true }
etcetera = "0.8"
log = "0.4"
reqwest = { version = "0.11.3", features = ["blocking"], default-features = false }
serde = "1.0.21"
Expand Down
Loading

0 comments on commit 038a488

Please sign in to comment.