2024-12-27 11:49:46 +00:00
|
|
|
[package]
|
|
|
|
|
name = "aster-mlsdisk"
|
|
|
|
|
version = "0.1.0"
|
2025-12-25 07:17:37 +00:00
|
|
|
edition.workspace = true
|
2024-12-27 11:49:46 +00:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-12-25 07:37:18 +00:00
|
|
|
aes-gcm.workspace = true
|
|
|
|
|
aster-block.workspace = true
|
|
|
|
|
bittle.workspace = true
|
|
|
|
|
component.workspace = true
|
|
|
|
|
ctr.workspace = true
|
|
|
|
|
device-id.workspace = true
|
|
|
|
|
hashbrown.workspace = true
|
|
|
|
|
inherit-methods-macro.workspace = true
|
|
|
|
|
lending-iterator.workspace = true
|
|
|
|
|
lru.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
ostd.workspace = true
|
|
|
|
|
postcard.workspace = true
|
|
|
|
|
serde.workspace = true
|
2025-01-24 16:56:07 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|