aboutsummaryrefslogtreecommitdiff
path: root/v0.1.0/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'v0.1.0/Cargo.toml')
-rw-r--r--v0.1.0/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/v0.1.0/Cargo.toml b/v0.1.0/Cargo.toml
new file mode 100644
index 0000000..50660af
--- /dev/null
+++ b/v0.1.0/Cargo.toml
@@ -0,0 +1,14 @@
1[package]
2name = "pangler"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9lazy_static = "1.4"
10regex = "1.5"
11pandoc = "0.8"
12pandoc_ast = "0.8"
13clap = { version = "3.1", features = ["derive"] }
14