summaryrefslogtreecommitdiffstats
path: root/examples/panes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/panes/Cargo.toml')
-rw-r--r--examples/panes/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/panes/Cargo.toml b/examples/panes/Cargo.toml
new file mode 100644
index 00000000..174d2cde
--- /dev/null
+++ b/examples/panes/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "panes"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["async-std"] }
+clock = { path = "../clock" }
+stopwatch = { path = "../stopwatch" }