diff --git a/Cargo.lock b/Cargo.lock index cf316a2..ffd5e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,5 @@ version = 3 [[package]] -name = "rss" +name = "rust_study" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index c318071..4339955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rss" +name = "rust_study" version = "0.1.0" authors = ["ehlxr "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index b8e9469..ec3ea67 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 rss::*; +use rust_study::*; fn main() { let mut s = String::from("Hello");