1[package]
2name = "block-device-driver"
3version = "0.2.0"
4edition = "2021"
5readme = "README.md"
6rust-version = "1.75"
7keywords = ["block", "device", "no_std"]
8categories = ["filesystem"]
9license = "MIT"
10description = """
11Block device trait
12"""
13
14[dependencies]
15aligned = "0.4.2"
16