Skip to content

Commit

Permalink
added badged, remove clap
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Dec 31, 2023
1 parent 90dc1ac commit d4511e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 189 deletions.
197 changes: 9 additions & 188 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"
license = "Apache 2.0"

[dependencies]
clap = { version = "4.4.0", features = ["derive", "env"] }
astra = { git = "https://github.com/dpc/astra", rev = "f135e4c8be0409d371218669bcdb13566f35f116" }
maud = { version = "0.25.0", features = [ "axum" ] }
url = "2.2.2"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
===========================================================
Build with RUST, ASTRA, MAUD, HTMX & _HYPERSCRIPT

[![Rust](https://github.com/syarul/todomvc-rust-astra-maud-htmx-_hyperscript/actions/workflows/rust.yml/badge.svg)](https://github.com/syarul/todomvc-rust-astra-maud-htmx-_hyperscript/actions/workflows/rust.yml)
### Use
- [Rust](https://www.rust-lang.org/) - check out why is the most [loved](https://survey.stackoverflow.co/2023/#programming-scripting-and-markup-languages) language.
- [astra](https://github.com/ibraheemdev/astra) - A blocking HTTP server built on top of [hyper](https://github.com/hyperium/hyper)
Expand Down

0 comments on commit d4511e7

Please sign in to comment.