blob: 72640049892f214caeec56c623a4a660b28aecbb (
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
|
[package]
name = "lpm"
version = "1.0.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.86"
chrono = { version = "0.4.38", features = ["alloc"] }
clap = { version = "4.5.7", features = ["derive"] }
convert_case = "0.6.0"
log = "0.4.21"
serde = { version = "1.0.203", features = ["derive"] }
serde_derive = "1.0.203"
stderrlog = "0.6.0"
toml = "0.8.14"
|