summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 65bd6f9b7378fca980ec608f2d00fa10f7fef605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "anki-cli"
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"]

# 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"]