use-memos-cli 0.1.2

A CLI tool for interacting with the Memos API through a self hosted instance.
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.19"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.regex]
version = "1.5"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["RicheTechGuy <jonathan@blinkx.io>"]
description = "A CLI tool for interacting with the Memos API through a self hosted instance."
edition = "2021"
license = "MIT"
name = "use-memos-cli"
readme = "README.md"
repository = "https://github.com/JonathanRiche/memos-cli"
version = "0.1.2"