feat: can run

This commit is contained in:
2020-10-31 22:46:39 +08:00
parent e447b4e96d
commit 990f2dac41
4 changed files with 211 additions and 4 deletions

9
__fs/fuse/Cargo.lock generated
View File

@@ -11,6 +11,9 @@ name = "fuse"
version = "0.1.0"
dependencies = [
"fuse 0.3.1",
"libc",
"sha1",
"time",
]
[[package]]
@@ -56,6 +59,12 @@ version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "thread-scoped"
version = "1.0.2"