mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
krata: split out runtime
This commit is contained in:
@ -8,13 +8,10 @@ version.workspace = true
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "loopdev"
|
||||
|
||||
[dependencies]
|
||||
errno = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
nix = { workspace = true, features = ["ioctl"] }
|
||||
|
||||
[dependencies.nix]
|
||||
workspace = true
|
||||
features = ["ioctl"]
|
||||
[lib]
|
||||
name = "loopdev"
|
||||
|
Reference in New Issue
Block a user