miden-project 0.22.2

Interface for working with Miden projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
members = [
    "utils",
    "kernel",
    "userspace",
]

[workspace.dependencies]
miden-utils = { path = "utils", linkage = "static" }
miden-tx = { path = "kernel" }

[profile.test]
inherits = "dev"