update at 2021-11-28 22:43:24 by ehlxr
This commit is contained in:
parent
5d80543e38
commit
80ccdf64bd
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3,5 +3,5 @@
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "rss"
|
||||
name = "rust_study"
|
||||
version = "0.1.0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "rss"
|
||||
name = "rust_study"
|
||||
version = "0.1.0"
|
||||
authors = ["ehlxr <ehlxr.me@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user