Set up literate programming structure
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "coracle-lib"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Struct definitions and stateless utilities related to nostr"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
secp256k1 = { version = "0.29", features = ["global-context", "serde"] }
|
||||
hex = "0.4"
|
||||
Reference in New Issue
Block a user