Skip to content
Snippets Groups Projects
Commit d5fee862 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

end2end-tests: distance-oracle is a dependency

parent 4a3c08c1
No related branches found
No related tags found
No related merge requests found
...@@ -1691,6 +1691,7 @@ dependencies = [ ...@@ -1691,6 +1691,7 @@ dependencies = [
"clap 3.2.23", "clap 3.2.23",
"ctrlc", "ctrlc",
"cucumber", "cucumber",
"distance-oracle",
"env_logger 0.9.3", "env_logger 0.9.3",
"hex", "hex",
"notify", "notify",
......
...@@ -14,6 +14,7 @@ async-trait = "0.1" ...@@ -14,6 +14,7 @@ async-trait = "0.1"
clap = { version = "3.2.23", features = ["derive"] } clap = { version = "3.2.23", features = ["derive"] }
ctrlc = "3.2.2" ctrlc = "3.2.2"
cucumber = "0.11" cucumber = "0.11"
distance-oracle = { path = "../distance-oracle" }
env_logger = "0.9.0" env_logger = "0.9.0"
hex = "0.4" hex = "0.4"
notify = "4.0" notify = "4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment