Skip to content

Commit d4abaec

Browse files
committed
fix
1 parent c98aefe commit d4abaec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
.idea
3-
.vscode
3+
.vscode
4+
conf/config.json

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### xray-rust
2+
3+
use rust to write xray and add some new feature: such as read config dynamic, use less memory

conf/.gitkeep

Whitespace-only changes.

src/main.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
use notify::{Watcher, RecursiveMode, watcher};
2-
use std::sync::mpsc::channel;
3-
use std::time::Duration;
4-
51
fn main() {
6-
let (sender, receiver) = channel();
2+
println!("hello!!");
73
}

0 commit comments

Comments
 (0)