sapling/eden/scm/exec/scratch/Cargo.toml
Jun Wu 245f179697 scratch: drop dependency on telemetry
Summary:
The buck generated binary is 1.2GB in size. Drop dependency to reduce the size.
Dependent functions are re-invented.

New size is 31MB under `mode/opt` build, and 28MB under `mode/dev` build.

Reviewed By: wez

Differential Revision: D18900827

fbshipit-source-id: 536fa969d69f6261d812c2320795780d839b6ced
2019-12-20 16:14:19 -08:00

14 lines
339 B
TOML

[package]
name = "mkscratch"
version = "0.1.0"
authors = ["Source Control Oncall oncall+source_control@xmail.facebook.com"]
edition = "2018"
[dependencies]
anyhow = "1.0.20"
clap = "2.31.2"
dirs = "1.0"
libc = "0.2" # version taken from fbcode/third-party2/.../crates.io/..
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"