18 lines
561 B
TOML
18 lines
561 B
TOML
[package]
|
|
name = "aiken"
|
|
description = "Cardano smart contract language and toolchain"
|
|
version = "0.0.10"
|
|
edition = "2021"
|
|
repository = "https://github.com/txpipe/aiken"
|
|
homepage = "https://github.com/txpipe/aiken"
|
|
license = "Apache-2.0"
|
|
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.57"
|
|
clap = { version = "3.1.14", features = ["derive"] }
|
|
hex = "0.4.3"
|
|
uplc = { path = '../uplc', version = "0.0.10" }
|