diff options
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"] |
