summaryrefslogtreecommitdiffstats
path: root/lazy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lazy/Cargo.toml')
-rw-r--r--lazy/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lazy/Cargo.toml b/lazy/Cargo.toml
new file mode 100644
index 00000000..b840de50
--- /dev/null
+++ b/lazy/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "iced_lazy"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+ouroboros = "0.13"
+
+[dependencies.iced_native]
+version = "0.4"
+path = "../native"