miden-project 0.22.3

Interface for working with Miden projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "miden-protocol"
version = "0.1.0"

[lib]
namespace = "miden::protocol"
path = "mod.masm"

[dependencies]
miden-utils = { workspace = true, linkage = "dynamic" }
# NOTE: As described in the miden-project README, this will be linked as a kernel automatically
# as `miden-tx` defines a kernel target
miden-tx.workspace = true