Skip to content

Commit

Permalink
Move dotenv to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Aug 20, 2023
1 parent 8efa871 commit d0c1f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0"}
email_address = { version = "0.2.4" }

[dev-dependencies]
dotenv = { version = "0.15.0" }

0 comments on commit d0c1f8c

Please sign in to comment.