sapling/eden/scm/lib/util/Cargo.toml

12 lines
162 B
TOML
Raw Normal View History

[package]
name = "util"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.20"
dirs = "2.0.2"
libc = "0.2"
shellexpand = "1.0.0"
tempfile = "3.0.4"