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.
18 lines
374 B
18 lines
374 B
[package]
|
|
name = "app"
|
|
version = "1.0.0"
|
|
authors = ["Baidu"]
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sgx_types = "1.0.6"
|
|
sgx_urts = "1.0.6"
|
|
dirs = "1.0.2"
|
|
fuse = "0.3"
|
|
structopt = "0.2"
|
|
env_logger = "0.3"
|
|
rcore-fs-fuse = { path = "../../rcore-fs-fuse" }
|
|
rcore-fs-sefs = { path = "../../rcore-fs-sefs" }
|
|
rcore-fs = { path = "../../rcore-fs", features = ["std"] }
|