21 lines
322 B
TOML
21 lines
322 B
TOML
[package]
|
|
name = "memfs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
[dependencies]
|
|
yggdrasil-abi.workspace = true
|
|
libk-util.workspace = true
|
|
libk.workspace = true
|
|
|
|
static_assertions.workspace = true
|
|
log.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
test-io = []
|
|
|
|
[lints]
|
|
workspace = true
|