[package]
edition = "2024"
name = "miden-node-tracing"
version = "0.0.0"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder crate for a Miden node project"
homepage = "https://github.com/0xMiden/miden-node"
readme = "README.md"
keywords = ["miden"]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/0xMiden/miden-node"
[[bin]]
name = "miden-node-tracing"
path = "src/main.rs"