Add coracle-domain

This commit is contained in:
Jon Staab
2026-04-08 15:37:42 -07:00
parent 0aa79d08fd
commit ce4dce9779
8 changed files with 56 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "coracle-domain"
version = "0.1.0"
edition = "2021"
description = "Domain-specific nostr types: profiles, follows, reactions, zaps, and more"
[dependencies]
coracle-lib = { path = "../coracle-lib" }