mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
23 lines
790 B
TOML
23 lines
790 B
TOML
[package]
|
|
name = "aster-mlsdisk"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
inherit-methods-macro = {git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e"}
|
|
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
|
|
aster-block = { path = "../block" }
|
|
ostd = { path = "../../../ostd" }
|
|
aes-gcm = { version = "0.9.4", features = ["force-soft"] }
|
|
bittle = "0.5.6"
|
|
ctr = "0.8.0"
|
|
hashbrown = { version = "0.14.3", features = ["serde"] }
|
|
lending-iterator = "0.1.7"
|
|
log = "0.4"
|
|
lru = "0.12.3"
|
|
postcard = "1.0.6"
|
|
serde = { version = "1.0.192", default-features = false, features = ["alloc", "derive"] }
|
|
static_assertions = "1.1.0"
|