21 lines
322 B
TOML
Raw Normal View History

[package]
name = "memfs"
version = "0.1.0"
edition = "2021"
2023-12-11 03:04:49 +02:00
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 = []
2024-11-19 19:33:08 +02:00
[lints]
workspace = true