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.
|
||||
# It is not intended for manual editing.
|
||||
[[package]]
|
||||
name = "rust_study"
|
||||
version = "0.1.0"
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "rss"
|
||||
version = "0.1.0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "rust_study"
|
||||
name = "rss"
|
||||
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 rust_study::*;
|
||||
use rss::*;
|
||||
|
||||
fn main() {
|
||||
let mut s = String::from("Hello");
|
||||
|
Loading…
Reference in New Issue
Block a user