update at 2021-11-28 22:43:24 by ehlxr

master
ehlxr 2021-11-28 22:43:24 +08:00
parent 5d80543e38
commit 80ccdf64bd
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3,5 +3,5 @@
version = 3 version = 3
[[package]] [[package]]
name = "rss" name = "rust_study"
version = "0.1.0" version = "0.1.0"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "rss" name = "rust_study"
version = "0.1.0" version = "0.1.0"
authors = ["ehlxr <ehlxr.me@gmail.com>"] authors = ["ehlxr <ehlxr.me@gmail.com>"]
edition = "2018" edition = "2018"

View File

@ -9,7 +9,7 @@ use std::sync::{mpsc, Arc, Mutex};
use std::time::Duration; use std::time::Duration;
use std::{collections::HashMap, fs::File, io::ErrorKind, thread}; use std::{collections::HashMap, fs::File, io::ErrorKind, thread};
use rss::*; use rust_study::*;
fn main() { fn main() {
let mut s = String::from("Hello"); let mut s = String::from("Hello");