From 76328b1334e1429e1a2719af2d041ac5fa86dd0e Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 28 Aug 2022 17:07:34 +0100 Subject: feat(source): provide tangled code alongside the literate program On one hand this defeats the purpose of having the literate program, but it avoids the awkward "bootstrapping" experience. --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..644ee68 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "pangler" +version = "0.3.0" +edition = "2021" + +[dependencies] +clap = { version = "3.1", features = ["derive"] } +pandoc = "0.8" +pandoc_ast = "0.8" +lazy_static = "1.4" +regex = "1.5" \ No newline at end of file -- cgit v1.2.3