feat: add __fs/fuse

This commit is contained in:
2020-10-31 22:38:24 +08:00
parent 93ff5a519e
commit e447b4e96d
4 changed files with 124 additions and 0 deletions

11
__fs/fuse/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "fuse"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fuse = "0.3"