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. --- v0.1.0/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 v0.1.0/Cargo.toml (limited to 'v0.1.0/Cargo.toml') 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 @@ +[package] +name = "pangler" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +lazy_static = "1.4" +regex = "1.5" +pandoc = "0.8" +pandoc_ast = "0.8" +clap = { version = "3.1", features = ["derive"] } + -- cgit v1.2.3