Skip to content

Commit

Permalink
Merge pull request niwaniwa#16 from niwaniwa/niwaniwa/feature/confy
Browse files Browse the repository at this point in the history
各種値管理用のconfig追加
  • Loading branch information
suba327777 committed Apr 14, 2024
2 parents f6b7a43 + dd2f5c9 commit 017e8a0
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
133 changes: 133 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 @@ -13,3 +13,4 @@ dotenv = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
anyhow = "1.0.75"
chrono = { version= "0.4.31",features = ["serde"]}
confy = "0.6.1"

0 comments on commit 017e8a0

Please sign in to comment.