diff options
| author | andromeda <andromeda@lenovo> | 2026-04-15 10:46:39 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-15 10:46:39 +0200 |
| commit | cdfd807e77197629f0ffc506887607f82fd6e6ce (patch) | |
| tree | d01d33210ee941d9b6d02598adaccd1b37ca883d /Cargo.toml | |
| parent | 8c0894e8eb1dcb73d8cc0c58eb8992931d41df0c (diff) | |
frag nach Name des Stapels, zeig HTML ohne <style> und so
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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"] |
