Skip to content

Commit

Permalink
Move dotenvy as dev-only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Jul 30, 2024
1 parent cf4cc43 commit deef3f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ edition = "2021"
rust-version = "1.68.0"

[dependencies]
dotenvy = { path = "../dotenv", version = "0.15.7" }
tempfile = "3.3.0"
once_cell = "1.16.0"

[dev-dependencies]
dotenvy = { path = "../dotenv", version = "0.15.7" }

0 comments on commit deef3f2

Please sign in to comment.