aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..644ee68
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2name = "pangler"
3version = "0.3.0"
4edition = "2021"
5
6[dependencies]
7clap = { version = "3.1", features = ["derive"] }
8pandoc = "0.8"
9pandoc_ast = "0.8"
10lazy_static = "1.4"
11regex = "1.5" \ No newline at end of file