[package] name = "driveby" description = "Debug counter for Rust" version = "1.0.1" edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/trip-flip/driveby" keywords = ["debugging", "debug", "counter"] categories = ["development-tools::debugging"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] rand = "0.8.5" [lib] doctest = false