Skip to content

Commit 527eb0e

Browse files
authored
Merge pull request #10 from santoshxshrestha/refacto
fix: finally added debounce impl and removed the unnecessary multiple…
2 parents a542937 + 37569ea commit 527eb0e

File tree

4 files changed

+118
-85
lines changed

4 files changed

+118
-85
lines changed

Cargo.lock

Lines changed: 67 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdwatch"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
edition = "2024"
55
authors = ["Santosh Shrestha <santoshxshrestha@gmail.com> "]
66
description = "A simple CLI tool to live-preview Markdown files in your browser."
@@ -17,6 +17,7 @@ ammonia = "4.1.1"
1717
askama = { version = "0.14.0", features = ["full"] }
1818
clap = { version = "4.5.46", features = ["derive"] }
1919
notify = "8.2.0"
20+
notify-debouncer-full = "0.7.0"
2021
pulldown-cmark = "0.13.0"
2122
rust-embed = { version = "8.11.0", features = ["interpolate-folder-path"] }
2223
tokio = { version = "1.49.0", features = ["full"] }

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)