2024-01-21 08:13:05 +00:00
|
|
|
# This package is from https://github.com/stratis-storage/loopdev-3
|
|
|
|
# Mycelium maintains an in-tree version because the goals of hypha mean that
|
|
|
|
# there is as little binding generation as possible, especially bindings which
|
|
|
|
# prevent development from macOS, like the original library.
|
|
|
|
[package]
|
|
|
|
name = "loopdev"
|
2024-01-29 15:56:56 +00:00
|
|
|
version.workspace = true
|
2024-01-21 08:13:05 +00:00
|
|
|
license = "MIT"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "loopdev"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-29 15:53:35 +00:00
|
|
|
errno = { workspace = true }
|
|
|
|
libc = { workspace = true }
|
2024-01-21 08:13:05 +00:00
|
|
|
|
|
|
|
[dependencies.nix]
|
2024-01-29 15:53:35 +00:00
|
|
|
workspace = true
|
2024-01-21 08:13:05 +00:00
|
|
|
features = ["ioctl"]
|