summaryrefslogtreecommitdiffstats
path: root/widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-01 03:14:08 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-01 03:14:08 +0100
commit91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339 (patch)
treed9cb9cdf2a2c59e9b0ca01f5760033c994df730d /widget/Cargo.toml
parent30ee9d024d00403f2fc0571946fa9ca398117e05 (diff)
parented0ffb59634424bb58540bdfdc4994d6665028ea (diff)
downloadiced-91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339.tar.gz
iced-91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339.tar.bz2
iced-91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339.zip
Merge pull request #2776 from iced-rs/fix/markdown
Incremental `markdown` parsing and various fixes
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r--widget/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml
index e19cad08..6d1f054e 100644
--- a/widget/Cargo.toml
+++ b/widget/Cargo.toml
@@ -33,6 +33,7 @@ iced_renderer.workspace = true
iced_runtime.workspace = true
num-traits.workspace = true
+log.workspace = true
rustc-hash.workspace = true
thiserror.workspace = true
unicode-segmentation.workspace = true