Set up literate programming structure
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user