changing name

This commit is contained in:
talksik
2023-07-05 16:20:46 -07:00
parent ba5366b9e0
commit 4c0222c131
2 changed files with 11 additions and 11 deletions
Generated
+10 -10
View File
@@ -689,16 +689,6 @@ 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"
@@ -1367,6 +1357,16 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tldr-news"
version = "0.1.0"
dependencies = [
"chrono",
"colored",
"reqwest",
"scraper",
]
[[package]]
name = "tokio"
version = "1.28.2"
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "news"
name = "tldr-news"
version = "0.1.0"
edition = "2021"