Skip to content

Commit

Permalink
update deps & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Mar 25, 2024
1 parent f3bb3b8 commit 5b44a6e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 93 deletions.
128 changes: 36 additions & 92 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ axum = "0.7"
config = { version = "0.14", default-features = false, features = ["yaml"] }
hyper = { version = "1", features = ["full"] }
lazy_static = "1"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde-aux = "4"
serde_json = "1"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ just build-tailwind
just run-tailwind
```
to automatically compile the tailwind as you're making changes.

Also included in the `justfile` is:
```shell
just update
```
which will update dependancies and then run the tests.

0 comments on commit 5b44a6e

Please sign in to comment.