reverie/reverie-util/Cargo.toml
David Tolnay a3ed18f93a Update libc to 0.2.137
Summary: Update from 0.2.135 to 0.2.137, the latest version on crates.io, in preparation for backporting a PR in the diff after this one.

Reviewed By: zertosh

Differential Revision: D40874274

fbshipit-source-id: debf9dae82ecc20201470e634f10904a2b308e51
2022-11-01 02:16:19 -07:00

21 lines
745 B
TOML

# @generated by autocargo
[package]
name = "reverie-util"
version = "0.1.0"
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
anyhow = "1.0.65"
bitvec = { version = "0.17", features = ["serde"] }
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
libc = "0.2.137"
nix = "0.25"
reverie = { version = "0.1.0", path = "../reverie" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
tracing = "0.1.35"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.16", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }