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.
20 lines
339 B
20 lines
339 B
[package]
|
|
name = "rcore-fs-sefs"
|
|
version = "0.1.0"
|
|
authors = ["WangRunji <wangrunji0408@163.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rcore-fs = { path = "../rcore-fs" }
|
|
static_assertions = "0.3"
|
|
spin = "0.4"
|
|
log = "0.4"
|
|
|
|
[dependencies.bitvec]
|
|
version = "0.9"
|
|
default-features = false
|
|
features = ["alloc"]
|
|
|
|
[features]
|
|
std = ["rcore-fs/std"]
|