13 lines
433 B
TOML
13 lines
433 B
TOML
[package]
|
|
name = "j7s_diagnostics"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
limbo_graph = { branch = "main", git="https://git.jpace121.net/public/limbo_graph.git" }
|
|
thiserror = { version = "2.0.18", default-features = false}
|
|
serde = { version = "1.0", default-features = false, features=["derive", "alloc"]}
|
|
serde_json = { version = "1.0" , default-features = false, features=["alloc"]}
|
|
|
|
[features]
|
|
std = ["serde_json/std"] |