[package] name = "bcmd" version = "0.1.1" authors = ["ZxStim "] edition = "2021" license = "MIT" description = "A tool to check token price" readme = "README.md" homepage = "https://github.com/zxstim/bcmd" repository = "https://github.com/zxstim/bcmd" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "bcmd" path = "src/main.rs" [dependencies] clap = { version = "4.5.1", features = ["derive"] } reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } [dev-dependencies] assert_cmd = "2.0.13" assert_fs = "1.1.1" predicates = "3.1.0"