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