13 lines
279 B
TOML
13 lines
279 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]
|
|
clap = "2.33.2"
|
|
indicatif = "0.15"
|
|
console = "0.14"
|