summaryrefslogtreecommitdiff
path: root/ops/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/Cargo.toml')
-rw-r--r--ops/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index e0453b9e2..9628ca91f 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -17,3 +17,7 @@ proc-macro2 = "1"
quote = "1"
regex = "1.5.6"
syn = { version = "1", features = ["full", "extra-traits"] }
+
+[dev-dependencies]
+deno_core = { path = "../core" }
+trybuild = "1.0.61"