summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-13 10:46:37 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-13 11:30:12 +0300
commitecdbc0b100cc50adffb1262ab485837d5dd2f709 (patch)
treef24f0c74a0ba8e5b85ab2e46f009e9ff4be9a66f /Cargo.toml
parenta7cbaaa9be2dfc5e4fcdaf342dba98c923a99ab4 (diff)
downloadbumper-rs-ecdbc0b100cc50adffb1262ab485837d5dd2f709.tar.gz
feat: support Python projects
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 1dfd07c..1b13af0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ repository = "https://gitlab.com/larswirzenius/bumper"
[dependencies]
anyhow = "1"
cargo-edit = "0.7"
+glob = "0.3"
log = "0.4"
pandoc = "0.8.4"
pandoc_ast = "0.8.0"