summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 036767f977f95a8dbac2cb40864d80a433cf3616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "lpm"
version = "1.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "A configurable LaTeX project manager"
homepage = "https://codeberg.org/soishpa/lpm/src/branch/prime/README.md"
repository = "https://codeberg.org/soispha/lpm"
categories = ["command-line-utilities"]
keywords = ["managment", "latex"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.89"
chrono = { version = "0.4.38", features = ["alloc"] }
clap = { version = "4.5.17", features = ["derive"] }
convert_case = "0.6.0"
deunicode = "1.6.0"
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"] }
serde_derive = "1.0.210"
stderrlog = "0.6.0"
toml = "0.8.19"