Browse Source

Remove fswatcher directory.

Mathias Gottschlag 5 years ago
parent
commit
8f5b8f44cb
2 changed files with 0 additions and 30 deletions
  1. 0
    9
      fswatcher/Cargo.toml
  2. 0
    21
      fswatcher/src/lib.rs

+ 0
- 9
fswatcher/Cargo.toml View File

@@ -1,9 +0,0 @@
1
-[package]
2
-name = "fswatcher"
3
-version = "0.1.0"
4
-authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
5
-edition = "2018"
6
-
7
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
-
9
-[dependencies]

+ 0
- 21
fswatcher/src/lib.rs View File

@@ -1,21 +0,0 @@
1
-//use std::path::Path;
2
-//
3
-//struct FileSystemWatcher {
4
-//    // TODO
5
-//}
6
-//
7
-//impl FileSystemWatcher {
8
-//    // TODO
9
-//}
10
-//
11
-//struct DirectoryTreeWatcher {
12
-//    // TODO
13
-//}
14
-
15
-#[cfg(test)]
16
-mod tests {
17
-    #[test]
18
-    fn it_works() {
19
-        assert_eq!(2 + 2, 4);
20
-    }
21
-}

Loading…
Cancel
Save