rename project

This commit is contained in:
thek4n 2026-02-20 17:58:44 +03:00
parent b3e04d7581
commit a4f64226b6
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -538,7 +538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]] [[package]]
name = "md-renderer" name = "mdpreview"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"axum", "axum",

View File

@ -1,5 +1,5 @@
[package] [package]
name = "md-renderer" name = "mdpreview"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
@ -10,6 +10,6 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
syntect = "5.0" syntect = "5.0"
notify = "6.1" # Для слежения за файлами notify = "6.1"
tokio-stream = { version = "0.1", features = ["sync"] } tokio-stream = { version = "0.1", features = ["sync"] }
futures = "0.3" # Утилиты для стримов futures = "0.3"