Skip to content

Commit

Permalink
Merge branch 'main' into feature/number-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Feb 7, 2024
2 parents a00db67 + 95d72e7 commit 3faa246
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/rust",
"features": {
}
}
41 changes: 35 additions & 6 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ chrono-humanize = "0.2"
color-eyre = "0.6"
crossterm = "0.27"
home = "0.5"
num-format = "0.4"
ratatui = "0.25"
ratatui = "0.26"
reqwest = { version = "0.11", features = ["blocking", "json"]}
serde = { version = "1.0", features=["derive"]}
serde_json = "1.0"
Expand Down

0 comments on commit 3faa246

Please sign in to comment.