-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
47 lines (41 loc) · 1.3 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[package]
name = "ubilerntui"
version = "0.1.8"
edition = "2021"
authors = ["Adam McKellar"]
description = "This is a terminal UI for learning for the UKW-Sprechfunkzeugnis für den Binnenschiffahrtsfunk."
license = "GPL-3.0-or-later"
readme = "./README.md"
repository = "https://github.com/WyvernIXTL/ubilerntui"
keywords = ["lernen", "ubi", "ukw", "binnenschiffahrt", "sprechfunkzeugnis"]
categories = ["command-line-utilities"]
[dependencies]
tracing = {version = "0.1", features = ["release_max_level_info"]}
tracing-subscriber = {version = "0.3", features = ["json", "env-filter"]}
color-eyre = "0.6.3"
directories = "5.0.1"
tracing-error = "0.2.1"
chrono = "0.4.39"
crossterm = "0.28.1"
ratatui = "0.27.0"
rusqlite = {version = "0.32.1", features = ["bundled"]}
rand = "0.8.5"
clap = "4.5.27"
pdf-extract = "0.8.0"
regex = "1.11.1"
once_cell = "1.19.0"
colored = "2.2.0"
textwrap = {version = "0.16.1", features = ["hyphenation"]}
hyphenation = "0.8.4"
license-fetcher = "0.5.0"
[dev-dependencies]
pretty_assertions = "1.4.1"
[build-dependencies]
license-fetcher = { version = "0.5.0", features = ["build"] }
[package.metadata.deb]
maintainer = "Adam McKellar <[email protected]>"
copyright = "2024, Adam McKellar"
changelog = "CHANGELOG.md"
section = "education"
priority = "optional"
license-file = "./LICENSE.txt"