diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-16 18:41:51 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-16 18:41:51 +0200 |
commit | b59cc730fdbcc81752d6c9b23ac00a3b0aff1c8a (patch) | |
tree | 9be6b3004c259d8afe08dce170fa04c6d3265f35 /Cargo.toml | |
parent | chore(references): Add testing data (diff) | |
download | lpm-b59cc730fdbcc81752d6c9b23ac00a3b0aff1c8a.tar.gz lpm-b59cc730fdbcc81752d6c9b23ac00a3b0aff1c8a.zip |
feat(bundle): Support bundling a document into one TeX file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 036767f..e39e7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ clap = { version = "4.5.17", features = ["derive"] } convert_case = "0.6.0" deunicode = "1.6.0" log = "0.4.22" +regex = "1.10.6" serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.210" stderrlog = "0.6.0" |