[package]
name = "hotpath"
version = "0.1.0"
edition = "2024"
repository = "https://github.com/pawurb/hotpath"
description = "Minmal performance profiler for Rust applications"
readme = "../../README.md"
license = "MIT"
categories = ["development-tools"]
[dependencies]
hotpath-macros = "0.1.0"
tokio = { workspace = true }