Merge branch 'dev' of git.vergara.tech:Vergara_Tech/zcash-haskell into dev
This commit is contained in:
commit
d3fe83d4a8
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@ copyright: "(c)2023 Vergara Technologies LLC"
|
|||
extra-source-files:
|
||||
- README.md
|
||||
- CHANGELOG.md
|
||||
- configure
|
||||
|
||||
# Metadata used when publishing your package
|
||||
synopsis: Utilities to interact with the Zcash blockchain
|
||||
|
@ -26,7 +27,7 @@ library:
|
|||
source-dirs: src
|
||||
dependencies:
|
||||
- bytestring
|
||||
- borsh
|
||||
- borsh >= 0.2
|
||||
- text
|
||||
- foreign-rust
|
||||
pkg-config-dependencies:
|
||||
|
|
|
@ -18,6 +18,7 @@ build-type: Simple
|
|||
extra-source-files:
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
configure
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
|
Loading…
Reference in a new issue