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

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

[dependencies]
nix = "0.23.1"
anyhow = "1.0.53"
bitflags = "1.3.2"
# TODO(edef): upgrade nom, we're stuck with 7.0 for MSRV reasons
nom = ">= 7.0.0, <7.1"