1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 07:30:05 +08:00
Files
rust_util/demo/test_clap/Cargo.toml
2021-01-03 01:19:34 +08:00

12 lines
312 B
TOML

[package]
name = "test_clap"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_util = { version = "0.6", path = "../../", features = ["use_clap"] }
clap = "2.0"