update at 2021-11-28 22:42:55 by ehlxr
This commit is contained in:
parent
aef2137ec8
commit
5d80543e38
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -1,6 +1,7 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
version = 3
|
||||||
name = "rust_study"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rss"
|
||||||
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rust_study"
|
name = "rss"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["ehlxr <ehlxr.me@gmail.com>"]
|
authors = ["ehlxr <ehlxr.me@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -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 rust_study::*;
|
use rss::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut s = String::from("Hello");
|
let mut s = String::from("Hello");
|
||||||
|
Loading…
Reference in New Issue
Block a user