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:
|
extra-source-files:
|
||||||
- README.md
|
- README.md
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
|
- configure
|
||||||
|
|
||||||
# Metadata used when publishing your package
|
# Metadata used when publishing your package
|
||||||
synopsis: Utilities to interact with the Zcash blockchain
|
synopsis: Utilities to interact with the Zcash blockchain
|
||||||
|
@ -26,7 +27,7 @@ library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
dependencies:
|
dependencies:
|
||||||
- bytestring
|
- bytestring
|
||||||
- borsh
|
- borsh >= 0.2
|
||||||
- text
|
- text
|
||||||
- foreign-rust
|
- foreign-rust
|
||||||
pkg-config-dependencies:
|
pkg-config-dependencies:
|
||||||
|
|
|
@ -18,6 +18,7 @@ build-type: Simple
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
configure
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue