diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-07 16:55:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 16:55:02 +0200 |
| commit | 41215eb29c50cdf7048f7431076ccc986b514f6d (patch) | |
| tree | 519d44a39dbd01e6175abf9302f105d67ce2cc52 /Cargo.toml | |
| parent | d7dcbab3efeeac5233c9cedb6edacc7202515449 (diff) | |
Op crate for Web APIs (#6906)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index b89523628..80e6ce4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "core", "test_plugin", "test_util", + "op_crates/web", ] exclude = [ "std/hash/_wasm" |
