aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-10 10:31:45 +0200
committerlukeflo2025-10-10 10:31:45 +0200
commitf9548af5c7693edf536b4ad45564a964338e2c2e (patch)
treeec7b093c48fc06cff9c651d0f59baa57d2fcb898 /Cargo.toml
parent669936a8e4ff99012e8b32ae15616f8fe206ab2d (diff)
downloadbibiman-f9548af5c7693edf536b4ad45564a964338e2c2e.tar.gz
bibiman-f9548af5c7693edf536b4ad45564a964338e2c2e.zip
set up citekey formatting cli, reformat help output
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 098848e..abf1eee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ figment = { version = "0.10.19", features = [ "toml", "test" ]}
owo-colors = "4.2.2"
logos = "0.15.1"
phf = { version = "0.13.1", features = ["macros"] }
+indoc = "2.0.6"
[workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
# Install libssl-dev:arm64, see <https://github.com/cross-rs/cross/blob/main/docs/custom_images.md#adding-dependencies-to-existing-images>