odra-test 1.5.1

Test backend for the Odra smart contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "odra-test"
description = "Test backend for the Odra smart contracts."
edition = "2021"
version = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
odra-core = { workspace = true }
odra-casper-test-vm = { workspace = true }
odra-vm = { workspace = true }

[lints.rust]
missing_docs = "warn"