Skip to content

Commit d4f2cb0

Browse files
committed
Implement ToPlutusData and FromPlutusData for primitive types and collections
1 parent fc26782 commit d4f2cb0

File tree

3 files changed

+444
-5
lines changed

3 files changed

+444
-5
lines changed

runtimes/rust/plutus-ledger-types/Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/rust/plutus-ledger-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ num-bigint = "0.4.4"
1515
serde = { version = "1.0.189", features = ["derive"], optional = true }
1616
true = { version = "0.1.0", optional = true }
1717
data-encoding = { version = "2.4.0", optional = true }
18+
thiserror = "1.0.50"
1819

1920
[features]
2021
serde = ["dep:serde", "num-bigint/serde"]

0 commit comments

Comments
 (0)