summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-15 10:46:39 +0200
committerandromeda <andromeda@lenovo>2026-04-15 10:46:39 +0200
commitcdfd807e77197629f0ffc506887607f82fd6e6ce (patch)
treed01d33210ee941d9b6d02598adaccd1b37ca883d /Cargo.toml
parent8c0894e8eb1dcb73d8cc0c58eb8992931d41df0c (diff)
frag nach Name des Stapels, zeig HTML ohne <style> und so
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f167ee..65bd6f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]