Skip to content

Commit

Permalink
Server0 (#1581)
Browse files Browse the repository at this point in the history
* Implement dap-rs integration for server0
* Creation of a TCP connection for server attachment
* Successfully working for the second request
  • Loading branch information
Basant-khalil authored Jun 27, 2023
1 parent 304d9b4 commit fb9dc99
Show file tree
Hide file tree
Showing 8 changed files with 1,263 additions and 1 deletion.
22 changes: 22 additions & 0 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 @@ -8,6 +8,7 @@ members = [
"interp",
"web/rust",
"tools/data_gen",
"cider-dap",
]
exclude = ["site"]

Expand Down Expand Up @@ -110,4 +111,3 @@ calyx-frontend = { path = "calyx-frontend" }
[[bench]]
name = "component-sharing"
harness = false

Loading

0 comments on commit fb9dc99

Please sign in to comment.