frag nach Name des Stapels, zeig HTML ohne <style> und so
This commit is contained in:
10
Cargo.toml
10
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"]
|
||||
|
||||
Reference in New Issue
Block a user