diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
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] | ||
2 | name = "pangler" | ||
3 | version = "0.3.0" | ||
4 | edition = "2021" | ||
5 | |||
6 | [dependencies] | ||
7 | clap = { version = "3.1", features = ["derive"] } | ||
8 | pandoc = "0.8" | ||
9 | pandoc_ast = "0.8" | ||
10 | lazy_static = "1.4" | ||
11 | regex = "1.5" \ No newline at end of file | ||