mirror of https://github.com/o2sh/onefetch.git
4 changed files with 46 additions and 36 deletions
@ -1,12 +1,11 @@
@@ -1,12 +1,11 @@
|
||||
[package] |
||||
authors = ["o2sh <ossama-hjaji@live.fr>"] |
||||
authors.workspace = true |
||||
edition.workspace = true |
||||
version.workspace = true |
||||
license.workspace = true |
||||
repository.workspace = true |
||||
name = "onefetch-ascii" |
||||
description = "Display colorized ascii art to the terminal" |
||||
version = "2.18.1" |
||||
edition = "2021" |
||||
license = "MIT" |
||||
readme = "README.md" |
||||
repository = "https://github.com/o2sh/onefetch" |
||||
|
||||
[dependencies] |
||||
owo-colors = "3.5.0" |
||||
owo-colors.workspace = true |
||||
|
||||
@ -1,15 +1,14 @@
@@ -1,15 +1,14 @@
|
||||
[package] |
||||
authors = ["o2sh <ossama-hjaji@live.fr>"] |
||||
authors.workspace = true |
||||
edition.workspace = true |
||||
version.workspace = true |
||||
license.workspace = true |
||||
repository.workspace = true |
||||
name = "onefetch-manifest" |
||||
description = "Detect and parse manifest files" |
||||
version = "2.18.1" |
||||
edition = "2021" |
||||
license = "MIT" |
||||
readme = "README.md" |
||||
repository = "https://github.com/o2sh/onefetch" |
||||
|
||||
[dependencies] |
||||
anyhow = "1.0" |
||||
anyhow.workspace = true |
||||
cargo_toml = "0.15.3" |
||||
npm-package-json = "0.1.3" |
||||
strum = { version = "0.25.0", features = ["derive"] } |
||||
strum.workspace = true |
||||
|
||||
Loading…
Reference in new issue