DragonOS/kernel/crates/another_ext4/ext4_test/Cargo.toml

9 lines
144 B
TOML

[package]
name = "ext4_test"
version = "0.1.0"
edition = "2021"
[dependencies]
another_ext4 = { path = ".." }
simple_logger = "4.3"
log = "0.4"