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
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "coracle-content"
version = "0.1.0"
edition = "2021"
description = "Text parsing and rendering utilities for nostr"
[dependencies]
coracle-lib = { path = "../coracle-lib" }