affirmation-cli 0.1.2

A small cli about affirmations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "affirmation-cli"
version = "0.1.2"
edition = "2021"
description = "A small cli about affirmations"
license = "MIT"
keywords = ["cli"]

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

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
clap = { version = "4.2.1", features = ["derive"] }