frag nach Name des Stapels, zeig HTML ohne <style> und so

This commit is contained in:
andromeda
2026-04-15 10:46:39 +02:00
parent 8c0894e8eb
commit cdfd807e77
3 changed files with 239 additions and 41 deletions

View File

@@ -4,13 +4,17 @@ version = "0.1.0"
edition = "2024"
[dependencies]
[dependencies.html2text]
version = "0.16.7"
features = ["css"]
[dependencies.crossterm]
version = "0.29.0"
default-features = false
features = ["events"]
# minor versions of this package have breaking changes :/
# thus the exact versioning
# bleeding edge version has changes breaking to crates.io
[dependencies.anki_bridge]
version = "=0.10.2"
git = "https://gitlab.com/kerkmann/anki_bridge.git"
rev = "ae83aab48b53f928d9858471aa621772678973b1"
version = "0.10.2"
features = ["ureq_blocking"]