plutus_data 0.0.2

derive macros for converting between rust data types and plutus-data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "plutus_data"
version = "0.0.2"
edition = "2021"
authors = ["Olof Blomqvist <olof@twnet.se>"]
description = "derive macros for converting between rust data types and plutus-data"
repository = "https://github.com/OlofBlomqvist/plutus_data"
license-file = "licence"

[dependencies]
plutus_data_derive = "0.0.2"
#plutus_data_derive = { path = "../plutus_data_derive" }
cardano-multiplatform-lib = { version = "3.0.0" }
hex = "0.4.3"