9 lines
217 B
TOML
9 lines
217 B
TOML
[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" }
|