parent
f7c75234de
commit
f308d7bd6e
@ -1,18 +1,5 @@
|
|||||||
[package]
|
[workspace]
|
||||||
name = "simple-filesystem"
|
members = [
|
||||||
version = "0.1.0"
|
"rcore-fs",
|
||||||
authors = ["WangRunji <wangrunji0408@163.com>", "Ben Pig Chu <benpichu@gmail.com>"]
|
"rcore-fs-fuse"
|
||||||
edition = "2018"
|
]
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "mksfs"
|
|
||||||
path = "src/bin/mksfs.rs"
|
|
||||||
required-features = ["std"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
bit-vec = { default-features = false, git = "https://github.com/AltSysrq/bit-vec.git" } # default-features contains 'std'
|
|
||||||
static_assertions = "0.3"
|
|
||||||
spin = "0.4"
|
|
||||||
|
|
||||||
[features]
|
|
||||||
std = []
|
|
@ -0,0 +1,18 @@
|
|||||||
|
[package]
|
||||||
|
name = "rcore-fs"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["WangRunji <wangrunji0408@163.com>", "Ben Pig Chu <benpichu@gmail.com>"]
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "mksfs"
|
||||||
|
path = "src/bin/mksfs.rs"
|
||||||
|
required-features = ["std"]
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
bit-vec = { default-features = false, git = "https://github.com/AltSysrq/bit-vec.git" } # default-features contains 'std'
|
||||||
|
static_assertions = "0.3"
|
||||||
|
spin = "0.4"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
std = []
|
Loading…
Reference in new issue