sapling/lib/cliparser/Cargo.toml
Jared Bosco d94dde74b2 cliparser: create bare cliparser library
Summary: Initial commit for the cliparser command line argument parsing library.  Can be tested with buck, or cargo.

Reviewed By: quark-zju

Differential Revision: D15487278

fbshipit-source-id: 5f3f65e58a815d2c408e38a3eb9e9981086c6715
2019-05-30 14:42:37 -07:00

6 lines
134 B
TOML

[package]
name = "cliparser"
version = "0.0.1"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"