Skip to content

Commit

Permalink
Add clap color, serde and serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Aug 9, 2023
1 parent 69704cc commit d2b8eb6
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 3 deletions.
80 changes: 80 additions & 0 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
name = "webx"
version = "0.1.0"
edition = "2021"
description = "A comprehensive backend web framework."
authors = ["William Ragstad"]
description = "A DSL and framework for building backend web servers."
authors = ["William Rågstad"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "4.3.21"
clap = { version = "4.3.21", features = ["color"] }
colored = "2.0.4"
serde = { version = "1.0.183", features = ["derive"]}
serde_json = "1.0.104"

0 comments on commit d2b8eb6

Please sign in to comment.