17 lines
366 B
TOML
17 lines
366 B
TOML
[package]
|
|
name = "rget"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Smart SangGe <liangjunyong06@gmail.com>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
<<<<<<< HEAD
|
|
clap = "2.33.2"
|
|
indicatif = "0.15"
|
|
console = "0.14"
|
|
=======
|
|
clap = "2.26.0"
|
|
>>>>>>> parent of 4ca1b62 (feat: finish all func)
|