sapling/eden/scm/lib/auth/Cargo.toml
Jun Wu 715bc5d451 configparser: migrate from bytes to minibytes
Summary:
This makes it easier to further migrate to `Text` interface.
Dependent crate (`auth`) is updated.

Reviewed By: markbt

Differential Revision: D20432941

fbshipit-source-id: 1dc29d52c9b17ce14676ef0555470c6d36a09c2b
2020-03-13 10:51:41 -07:00

12 lines
198 B
TOML

[package]
name = "auth"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.20"
configparser = { path = "../configparser" }
indexmap = "1.0.1"
url = "2.1.0"
util = { path = "../util" }