Skip to content

Commit

Permalink
Merge pull request #76 from gosub-browser/console-api
Browse files Browse the repository at this point in the history
Implemented an initial setup for the console API
  • Loading branch information
jaytaph authored Oct 8, 2023
2 parents 2d2497d + 511c90d commit 3036ec2
Show file tree
Hide file tree
Showing 9 changed files with 619 additions and 23 deletions.
85 changes: 62 additions & 23 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 @@ -30,6 +30,8 @@ typed-arena = "2.0.2"
thiserror = "1.0.49"
ureq = "2.8.0"
anyhow = "1.0.75"
uuid = { version = "1.4.1", features = ["v4"] }
colored = "2.0.4"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
2 changes: 2 additions & 0 deletions src/api.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#[allow(dead_code)]
pub mod console;
Loading

0 comments on commit 3036ec2

Please sign in to comment.