Skip to content

Commit

Permalink
deps: move dirs to dev-dependencies (#24)
Browse files Browse the repository at this point in the history
`dirs` is only used in doctests, not in the library itself. So there is
no need to install it for end users.
  • Loading branch information
goto-bus-stop committed Oct 16, 2022
1 parent 9d0f3de commit 59976fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv/Cargo.toml
Expand Up @@ -26,10 +26,10 @@ required-features = ["cli"]

[dependencies]
clap = { version = "3.2", optional = true }
dirs = "4.0"

[dev-dependencies]
tempfile = "3.3.0"
dirs = "4.0"

[features]
cli = ["clap"]

0 comments on commit 59976fd

Please sign in to comment.