18 lines
337 B
TOML
18 lines
337 B
TOML
[package]
|
|
name = "memfs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
[dependencies]
|
|
yggdrasil-abi = { path = "../../../../lib/abi" }
|
|
libk-util = { path = "../../../libk/libk-util" }
|
|
vfs = { path = "../../../lib/vfs" }
|
|
|
|
static_assertions = "1.1.0"
|
|
log = "0.4.20"
|
|
|
|
[features]
|
|
default = []
|
|
test-io = []
|