Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'marionette/Cargo.toml')
-rw-r--r--marionette/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/marionette/Cargo.toml b/marionette/Cargo.toml
new file mode 100644
index 0000000..1d18558
--- /dev/null
+++ b/marionette/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "marionette"
+version = "0.1.0"
+authors = ["Mozilla"]
+edition = "2018"
+
+[dependencies]
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+serde_repr = "0.1"