Skip to content

Commit

Permalink
chore: use dotenv for easier development
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Oct 24, 2023
1 parent fa58cf1 commit 5fd3169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0"
serde_qs = "0.12.0"
env_logger = "0.10.0"
dotenv = "0.15.0"

[[bin]]
name = "hooks"
Expand Down

0 comments on commit 5fd3169

Please sign in to comment.