Add 'kernel/' from commit '7f1f6b73377367db17f98a740316b904c37ce3b1'
git-subtree-dir: kernel git-subtree-mainline:817f71f90fgit-subtree-split:7f1f6b7337
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "memfs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
yggdrasil-abi = { git = "https://git.alnyan.me/yggdrasil/yggdrasil-abi.git" }
|
||||
libk-util = { path = "../../../libk/libk-util" }
|
||||
vfs = { path = "../../../lib/vfs" }
|
||||
|
||||
static_assertions = "1.1.0"
|
||||
log = "0.4.20"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
test-io = []
|
||||
Reference in New Issue
Block a user