diff options
Diffstat (limited to 'v0.1.0/Cargo.toml')
-rw-r--r-- | v0.1.0/Cargo.toml | 14 |
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] | ||
2 | name = "pangler" | ||
3 | version = "0.1.0" | ||
4 | edition = "2021" | ||
5 | |||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
7 | |||
8 | [dependencies] | ||
9 | lazy_static = "1.4" | ||
10 | regex = "1.5" | ||
11 | pandoc = "0.8" | ||
12 | pandoc_ast = "0.8" | ||
13 | clap = { version = "3.1", features = ["derive"] } | ||
14 | |||