mlua-probe-core 0.1.2

Core debug engine for mlua — breakpoints, stepping, variable inspection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mlua-probe-core"
version = "0.1.2"
description = "Core debug engine for mlua — breakpoints, stepping, variable inspection"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "../../README.md"

[dependencies]
mlua = { workspace = true }
mlua-lspec = { workspace = true }
thiserror = "2"