bg-search/Cargo.toml

13 lines
259 B
TOML

[package]
name = "bg-search"
version = "0.1.0"
authors = ["Stanislav Nikolov <valsinats@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
url = "2.2"
clap = "~3.0"