bashfull 0.1.3

never forget a bash command again
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bashfull"
version = "0.1.3"
edition = "2021"
description = "never forget a bash command again"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = { version = "0.3", default-features = false }
reqwest = { version = "0.11", features = ["json", "cookies"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dialoguer = "0.10.0"