sapling/eden/scm/lib/runlog/Cargo.toml
Jason White 55695a98ac third-party/rust: Update tempfile to v3.3.0
Reviewed By: jsgf

Differential Revision: D35477506

fbshipit-source-id: ef10c8f7548a21c0fb3d83d5debfe2e000657d08
2022-04-11 15:18:36 -07:00

25 lines
821 B
TOML

# @generated by autocargo
[package]
name = "runlog"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.56"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
configmodel = { version = "0.1.0", path = "../configmodel" }
fs2 = "0.4"
hg-http = { version = "0.1.0", path = "../hg-http" }
libc = "0.2.121"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
progress-model = { version = "0.1.0", path = "../progress/model" }
rand = { version = "0.8", features = ["small_rng"] }
repo = { version = "0.1.0", path = "../repo" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
tempfile = "3.3"