summaryrefslogtreecommitdiffstats
path: root/examples/url_handler/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/url_handler/Cargo.toml')
-rw-r--r--examples/url_handler/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/url_handler/Cargo.toml b/examples/url_handler/Cargo.toml
new file mode 100644
index 00000000..595bdac0
--- /dev/null
+++ b/examples/url_handler/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "url_handler"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+iced = { path = "../.." }
+iced_native = { path = "../../native" }
+syslog="4.0"
+log="0.4" \ No newline at end of file