Skip to content

Commit

Permalink
Implemented an initial setup for the console API
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Oct 2, 2023
1 parent fc57eb3 commit 817aa72
Show file tree
Hide file tree
Showing 7 changed files with 563 additions and 46 deletions.
136 changes: 90 additions & 46 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ reqwest = { version = "0.11.12", features = ["blocking"] }
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
test-case = "3.2.1"
colored = "2.0.4"
uuid = { version = "1.4.1", features = ["v4"] }
Loading

0 comments on commit 817aa72

Please sign in to comment.