summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-13 08:39:17 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-13 08:39:17 +0000
commit50258196ee8832ca8d9f02e73babb431248ed025 (patch)
tree3b39dba244bd13a39abaca5b22d4574983323f3c /Cargo.toml
parenta7cbaaa9be2dfc5e4fcdaf342dba98c923a99ab4 (diff)
parent297521aab3d48f12b09d1b3071c1e13ed7cafdb4 (diff)
downloadbumper-rs-50258196ee8832ca8d9f02e73babb431248ed025.tar.gz
Merge branch 'python' into 'main'
Python support Closes #2 See merge request larswirzenius/bumper!17
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"