[package]
name = "sonde"
version = "0.1.2"
description = "A library to compile USDT probes into a Rust library"
authors = ["Ivan Enderlin <ivan@mnt.io>"]
repository = "https://github.com/Hywan/sonde-rs"
license = "MIT"
edition = "2018"
[dependencies]
nom = "^6.1"
cc = "^1.0"
tempfile = "^3.2"