Browse Source

add description field to image and manifest crate

pull/877/head
o2sh 3 years ago
parent
commit
2888186611
  1. 1
      image/Cargo.toml
  2. 1
      manifest/Cargo.toml

1
image/Cargo.toml

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
[package]
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-image"
description = "Display images in the terminal"
version = "2.14.1"
edition = "2021"
license = "MIT"

1
manifest/Cargo.toml

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
[package]
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-manifest"
description = "Detect and parse manifest files"
version = "2.14.1"
edition = "2021"
license = "MIT"

Loading…
Cancel
Save