2023-07-21 17:09:43 +03:00
|
|
|
[package]
|
|
|
|
name = "memfs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-11 03:04:49 +02:00
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
2023-07-21 17:09:43 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
libk-util.workspace = true
|
|
|
|
libk.workspace = true
|
2023-12-05 10:27:56 +02:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
static_assertions.workspace = true
|
|
|
|
log.workspace = true
|
2023-07-21 17:09:43 +03:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
test-io = []
|
2024-11-19 19:33:08 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|