summary refs log tree commit diff
path: root/ripple/minitrace/Cargo.toml
blob: d31740b3dcfcd7fc3b3bc43e4aa1e6ff16294859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: edef <edef@unfathomable.blue>
# SPDX-License-Identifier: OSL-3.0

[package]
name = "minitrace"
version = "0.0.0"
edition = "2018"

[dependencies]
nix = "0.23.1"
spawn-ptrace = "0.1.2"
anyhow = "1.0.43"