13 lines
227 B
TOML
13 lines
227 B
TOML
[package]
|
|
name = "kernel-fs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
[dependencies]
|
|
yggdrasil-abi.workspace = true
|
|
libk-util.workspace = true
|
|
libk.workspace = true
|
|
|
|
log.workspace = true
|