Skip to content

Commit

Permalink
opslang: Use published opslang crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kobkaz committed Feb 20, 2024
1 parent 2b5d157 commit 52bde53
Show file tree
Hide file tree
Showing 2 changed files with 6,049 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmtc-c2a/devtools_frontend/crates/wasm-opslang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ default = ["console_error_panic_hook"]
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = { version = "*", features = ["console"] }
opslang-ast = { git = "ssh://git@github.com/arkedge/opslang", branch = "syntax_v1"}
opslang-parser = { git = "ssh://git@github.com/arkedge/opslang", branch = "syntax_v1"}
opslang-ast = "0.2.0"
opslang-parser = "0.2.0"
async-recursion = "*"

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand Down
Loading

0 comments on commit 52bde53

Please sign in to comment.