[dependencies.bat]
version = "0.12.1"
[dependencies.clap]
features = ["yaml"]
version = "2.33.0"
[dependencies.owning_ref]
version = "0.4.0"
[dependencies.prettytable-rs]
version = "^0.8"
[dependencies.regex]
version = "1.3.1"
[dependencies.run_script]
version = "0.3.2"
[features]
cp = []
err = []
err_01 = []
err_02 = []
err_03 = []
err_04 = []
err_05 = []
err_06 = []
err_07 = []
err_08 = []
err_09 = []
err_10 = []
err_11 = []
ok = []
okay = []
okey = []
[lib]
name = "aide"
path = "src/lib.rs"
[package]
authors = ["cnruby <gudao.luo@gmail.com>"]
categories = ["development-tools::testing"]
description = "how to understand the borrowing in rust"
documentation = "https://cnruby.github.io/learn-rust-by-crates/hello-borrowing/borrowing_exerci/"
edition = "2018"
homepage = "https://crates.io/crates/borrowing_exerci"
license = "MIT OR Apache-2.0"
name = "borrowing_exerci"
readme = "README.md"
repository = "https://github.com/cnruby/learn-rust-by-crates/tree/master/hello-borrowing"
version = "0.4.51"