sapling/eden/scm/lib/configmodel/Cargo.toml
Jun Wu a25ec579bf lib: add configmodel
Summary:
The `configparser` is now too heavyweight. Some other crates (ex. io, auth,
revisionstore) just want to extract config values without complicated parsing /
remote hotfix logic.

Add a configmodel crate to satisfy the need.

Reviewed By: DurhamG

Differential Revision: D27641666

fbshipit-source-id: 26bd0b606ae3d286b3ec218927aef726d6802c63
2021-04-12 14:29:45 -07:00

11 lines
236 B
TOML

# @generated by autocargo from //eden/scm/lib/configmodel:configmodel
[package]
name = "configmodel"
version = "0.1.0"
edition = "2018"
[dependencies]
minibytes = { path = "../minibytes" }
thiserror = "1.0"
util = { path = "../util" }