Set up literate programming structure

This commit is contained in:
Jon Staab
2026-04-07 09:55:41 -07:00
commit 2d36400ba0
16 changed files with 933 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "coracle-tangle"
version = "0.1.0"
edition = "2021"
description = "Literate programming tangle/weave tool for the coracle monorepo"
[[bin]]
name = "coracle-tangle"
path = "src/main.rs"
[dependencies]
pulldown-cmark = "0.12"