-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint-burn-token.cabal
28 lines (27 loc) · 1022 Bytes
/
mint-burn-token.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Cabal-Version: 2.4
Name: mint-burn-token
Version: 0.1.0.0
Author: Elvin Lari
Maintainer: elvinlari@gmail.com
Build-Type: Simple
Copyright: © 2023 Elvin Lari
License: Apache-2.0
License-files: LICENSE
library
hs-source-dirs: src
exposed-modules: Token
build-depends: aeson
, base ^>=4.14.1.0
, containers
, data-default
, freer-extras
, playground-common
, plutus-contract
, plutus-ledger
, plutus-ledger-api
, plutus-ledger-constraints
, plutus-tx-plugin
, plutus-tx
, text
default-language: Haskell2010
ghc-options: -Wall -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas -fno-strictness -fno-spec-constr -fno-specialise