parent
f7c75234de
commit
f308d7bd6e
@ -1,18 +1,5 @@
|
||||
[package]
|
||||
name = "simple-filesystem"
|
||||
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 = []
|
||||
[workspace]
|
||||
members = [
|
||||
"rcore-fs",
|
||||
"rcore-fs-fuse"
|
||||
]
|
@ -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