krata/crates/vendor/loopdev/Cargo.toml
2024-03-07 18:26:28 +00:00

16 lines
435 B
TOML

# This package is from https://github.com/stratis-storage/loopdev-3
# Edera maintains an in-tree version because the goals of krata mean that
# there is as little binding generation as possible, especially bindings which
# prevent development from macOS, like the original library.
[package]
name = "loopdev"
version.workspace = true
license = "MIT"
edition = "2021"
[dependencies]
libc = { workspace = true }
[lib]
name = "loopdev"