adding help comand

This commit is contained in:
talksik
2023-06-02 11:27:07 -07:00
parent fccd8cf4ae
commit b411341375
4 changed files with 31 additions and 21 deletions
Generated
+10 -10
View File
@@ -689,6 +689,16 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "news"
version = "0.1.0"
dependencies = [
"chrono",
"colored",
"reqwest",
"scraper",
]
[[package]]
name = "nodrop"
version = "0.1.14"
@@ -1075,16 +1085,6 @@ dependencies = [
"winreg",
]
[[package]]
name = "rust-tldr-news"
version = "0.1.0"
dependencies = [
"chrono",
"colored",
"reqwest",
"scraper",
]
[[package]]
name = "rustc_version"
version = "0.4.0"