From 5d80543e38e9f47b85ba695f19f904806539c707 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Sun, 28 Nov 2021 22:42:55 +0800 Subject: [PATCH] update at 2021-11-28 22:42:55 by ehlxr --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a452459..cf316a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -[[package]] -name = "rust_study" -version = "0.1.0" +version = 3 +[[package]] +name = "rss" +version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 4339955..c318071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust_study" +name = "rss" version = "0.1.0" authors = ["ehlxr "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index ec3ea67..b8e9469 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ use std::sync::{mpsc, Arc, Mutex}; use std::time::Duration; use std::{collections::HashMap, fs::File, io::ErrorKind, thread}; -use rust_study::*; +use rss::*; fn main() { let mut s = String::from("Hello");