22 lines
535 B
TOML
22 lines
535 B
TOML
[package]
|
|
name = "anki-cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "GPL-3.0+"
|
|
|
|
[dependencies]
|
|
[dependencies.nanohtml2text]
|
|
git = "https://git.mtgmonkey.net/Andromeda/nanohtml2text.git"
|
|
version = "0.2.1"
|
|
[dependencies.crossterm]
|
|
version = "0.29.0"
|
|
default-features = false
|
|
features = ["events"]
|
|
|
|
# bleeding edge version has changes breaking to crates.io
|
|
[dependencies.anki_bridge]
|
|
git = "https://gitlab.com/kerkmann/anki_bridge.git"
|
|
rev = "ae83aab48b53f928d9858471aa621772678973b1"
|
|
version = "0.10.2"
|
|
features = ["ureq_blocking"]
|