blob: 954c7bb5320042805900c926c59a159e2ff77a88 (
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.81"
chrono = { version = "0.4.37", features = ["alloc"] }
clap = { version = "4.5.4", features = ["derive"] }
convert_case = "0.6.0"
env_logger = "0.11.3"
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
serde_derive = "1.0.197"
toml = "0.8.12"
|