You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
276 B
15 lines
276 B
6 years ago
|
[package]
|
||
|
name = "rcore-fs-fuse"
|
||
|
version = "0.1.0"
|
||
|
authors = ["WangRunji <wangrunji0408@163.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
time = "0.1"
|
||
|
libc = "0.2"
|
||
|
log = "0.4"
|
||
|
fuse = "0.3"
|
||
|
structopt = "0.2"
|
||
|
env_logger = "0.3"
|
||
|
simple-filesystem = { path = "..", features = ["std"] }
|