summary refs log tree commit diff
path: root/Cargo.toml
blob: 6ac9b4cdb089a352fab076e815d6292abfe9fcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ext2"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zerocopy = "0.6.1"
bitflags = "1.3.2"
uuid = "1.3.0"
null-terminated = "0.3.17"